Skip to content

Commit ea88111

Browse files
committed
action test
1 parent aeb74ac commit ea88111

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install flake8 pytest
30+
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
3031
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3132
- name: Test with pytest
3233
run: |

0 commit comments

Comments
 (0)