Skip to content

Commit 537404b

Browse files
committed
update github action
1 parent ff4202f commit 537404b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
python -m pip install .
30-
pip install flake8 pytest wheel torch --index-url https://download.pytorch.org/whl/cpu
30+
pip install torch --index-url https://download.pytorch.org/whl/cpu
31+
pip install flake8 pytest wheel
3132
- name: Test with pytest
3233
run: |
3334
pytest

0 commit comments

Comments
 (0)