Skip to content

Commit 78b9f66

Browse files
committed
numpy<1.20 tests
1 parent 3b7371b commit 78b9f66

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install numpy scikit-learn flake8 setuptools numba==0.49.1
25+
pip install "numpy<1.20" scikit-learn flake8 setuptools numba==0.49.1
2626
2727
- name: Install torch windows + linux
2828
if: ${{matrix.os != 'macos-latest'}}

0 commit comments

Comments
 (0)