We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1f0e3 commit e06ff01Copy full SHA for e06ff01
1 file changed
.github/workflows/unittests.yml
@@ -35,7 +35,7 @@ jobs:
35
python -m pip install --user --upgrade pip
36
python -m pip install --user setuptools pytest pytest-cov
37
python -m pip install --upgrade cython
38
- python -m pip install --pre --user mxnet>=2.0.0b20200604 -f https://dist.mxnet.io/python
+ python -m pip install --pre --user "mxnet>=2.0.0b20200604,<=2.0.0b20200619" -f https://dist.mxnet.io/python
39
python -m pip install --user -e .[extras]
40
- name: Test project
41
run: |
0 commit comments