Skip to content

Commit e06ff01

Browse files
authored
Pin mxnet version range on CI (dmlc#1257)
1 parent ee1f0e3 commit e06ff01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python -m pip install --user --upgrade pip
3636
python -m pip install --user setuptools pytest pytest-cov
3737
python -m pip install --upgrade cython
38-
python -m pip install --pre --user mxnet>=2.0.0b20200604 -f https://dist.mxnet.io/python
38+
python -m pip install --pre --user "mxnet>=2.0.0b20200604,<=2.0.0b20200619" -f https://dist.mxnet.io/python
3939
python -m pip install --user -e .[extras]
4040
- name: Test project
4141
run: |

0 commit comments

Comments
 (0)