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 04fb276 commit 8d559b6Copy full SHA for 8d559b6
.github/workflows/python-package.yml
@@ -29,8 +29,8 @@ jobs:
29
run: |
30
python -m pip install --upgrade pip
31
python -m pip install flake8 pytest
32
- pip install numpy numba
33
pip install torch --index-url https://download.pytorch.org/whl/cpu
+ pip install numpy numba
34
- name: Lint with flake8
35
36
# stop the build if there are Python syntax errors or undefined names
0 commit comments