Skip to content

Commit 0017b61

Browse files
committed
Revert "FIX install test dependencies"
This reverts commit d2608f3.
1 parent d2608f3 commit 0017b61

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test_benchmarks.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,13 @@ jobs:
8989
then
9090
user=${BENCHOPT_BRANCH%@*}
9191
branch=${BENCHOPT_BRANCH##*@}
92-
version="@git+https://github.com/$user/benchopt@$branch"
92+
pip install -U git+https://github.com/$user/benchopt@$branch
9393
elif [[ "$BENCHOPT_VERSION" == "latest" ]]
9494
then
95-
version=""
95+
pip install -U benchopt
9696
else
97-
version=$BENCHOPT_VERSION
97+
pip install -U benchopt==$BENCHOPT_VERSION
9898
fi
99-
pip install -U benchopt[test]$version
10099
- name: Check if benchopt is compatible with this benchmark
101100
id: check_min_version
102101
run: |

0 commit comments

Comments
 (0)