We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb74ac commit ea88111Copy full SHA for ea88111
1 file changed
.github/workflows/python-test.yml
@@ -27,6 +27,7 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
pip install flake8 pytest
30
+ pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32
- name: Test with pytest
33
0 commit comments