Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 8adfdaa

Browse files
author
Sheng Zha
committed
limit range
1 parent 9fd0bba commit 8adfdaa

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.0b20200621' -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)