Skip to content

Commit d3dbd0a

Browse files
authored
Update run_type_checked_test_suite.yml
1 parent 6223687 commit d3dbd0a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/run_type_checked_test_suite.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
if [[ ${{ matrix.pytorch-version }} = "latest" ]]; then
28-
pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html;
28+
pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
2929
else
30-
pip install torch==1.11+cpu -f https://download.pytorch.org/whl/torch_stable.html;
30+
pip install torch==1.11+cpu -f https://download.pytorch.org/whl/torch_stable.html
31+
pip install "numpy<2"
3132
fi
3233
pip install -e ".[test]"
3334
- name: Run unit tests

0 commit comments

Comments
 (0)