Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
Co-authored-by: Alby M. <[email protected]>
  • Loading branch information
cw-tan and Linux-cpp-lisp authored Jul 9, 2024
1 parent feff269 commit 69385ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
if [ ${TORCH} == 1.13.1 ]; then pip install numpy==1.26.4; fi # older torch versions fail with numpy 2
if [ ${TORCH} = "1.13.1" ]; then pip install numpy==1.*; fi # older torch versions fail with numpy 2
pip install torch==${TORCH} -f https://download.pytorch.org/whl/cpu/torch_stable.html
pip install h5py scikit-learn # install packages that aren't required dependencies but that the tests do need
pip install --upgrade-strategy only-if-needed .
Expand Down

0 comments on commit 69385ab

Please sign in to comment.