Skip to content

Commit 6559224

Browse files
Adding numpy
1 parent 26f3025 commit 6559224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip
17-
pip install torch flake8 setuptools
17+
pip install torch numpy flake8 setuptools
1818
- name: Build package
1919
run: |
2020
python setup.py build_ext --inplace

0 commit comments

Comments
 (0)