Skip to content

Commit 8d559b6

Browse files
committed
swap install order
1 parent 04fb276 commit 8d559b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
python -m pip install flake8 pytest
32-
pip install numpy numba
3332
pip install torch --index-url https://download.pytorch.org/whl/cpu
33+
pip install numpy numba
3434
- name: Lint with flake8
3535
run: |
3636
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)