Skip to content

Commit 5a9d126

Browse files
Numba 0.49.1
1 parent 8a07591 commit 5a9d126

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install numpy scikit-learn flake8 setuptools numba
26-
25+
pip install numpy scikit-learn flake8 setuptools numba==0.49.1
26+
2727
- name: Install torch windows + linux
2828
if: ${{matrix.os != 'macos-latest'}}
2929
run: pip install torch==1.5.0+cpu torchvision==0.6.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
3030
- name: Install torch macos
3131
if: ${{matrix.os == 'macos-latest'}}
32-
run: pip install torch
33-
32+
run: pip install torch
33+
3434
- name: Build package
3535
run: |
3636
python setup.py build_ext --inplace

0 commit comments

Comments
 (0)