We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4202f commit 537404bCopy full SHA for 537404b
1 file changed
.github/workflows/python-package.yml
@@ -27,7 +27,8 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
python -m pip install .
30
- pip install flake8 pytest wheel torch --index-url https://download.pytorch.org/whl/cpu
+ pip install torch --index-url https://download.pytorch.org/whl/cpu
31
+ pip install flake8 pytest wheel
32
- name: Test with pytest
33
34
pytest
0 commit comments