Skip to content

Commit 1d73279

Browse files
committed
reverting syntax for torch
1 parent 3415fdb commit 1d73279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests_linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
250250
- name: Install ML libraries for interfaces
251251
run: |
252-
pip install --upgrade torch~=$TORCH_VERSION -f https://download.pytorch.org/whl/cpu/torch_stable.html
252+
pip install --upgrade torch==$TORCH_VERSION -f https://download.pytorch.org/whl/cpu/torch_stable.html
253253
pip install --upgrade "jax[cpu]" # This also installs jaxlib
254254
pip install --upgrade tensorflow~=$TF_VERSION keras~=$TF_VERSION
255255
@@ -303,7 +303,7 @@ jobs:
303303
304304
- name: Install ML libraries for interfaces
305305
run: |
306-
pip install --upgrade torch~=$TORCH_VERSION -f https://download.pytorch.org/whl/cpu/torch_stable.html
306+
pip install --upgrade torch==$TORCH_VERSION -f https://download.pytorch.org/whl/cpu/torch_stable.html
307307
pip install --upgrade "jax[cpu]" # This also installs jaxlib
308308
pip install --upgrade tensorflow~=$TF_VERSION keras~=$TF_VERSION
309309

0 commit comments

Comments
 (0)