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 26f3025 commit 6559224Copy full SHA for 6559224
.github/workflows/tests.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install dependencies
15
run: |
16
python -m pip install --upgrade pip
17
- pip install torch flake8 setuptools
+ pip install torch numpy flake8 setuptools
18
- name: Build package
19
20
python setup.py build_ext --inplace
0 commit comments