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

Commit 61ec270

Browse files
leezuszha
authored andcommitted
[CI] Disable known bad mxnet nightly version (#997)
* Disallow mxnet 20191102 build * !=0b20191102 * cpu only build for cpu tests * Fix
1 parent 1704ab8 commit 61ec270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

env/cpu/py3-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- scipy=1.3.1
2121
- pip:
2222
- pylint-quotes==0.2.1
23-
- mxnet-cu100>=1.6.0b20191027
23+
- mxnet>=1.6.0b20191103
2424
- sacremoses
2525
- sentencepiece<0.2
2626
- sphinx-autodoc-typehints==1.7.0

env/gpu/py3-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
- scipy=1.3.1
3131
- pip:
3232
- pylint-quotes<0.2
33-
- mxnet-cu100>=1.6.0b20191027
33+
- mxnet-cu100>=1.6.0b20191027,!=1.6.0b20191102
3434
- sacremoses
3535
- sentencepiece<0.2
3636
- https://github.com/szha/mx-theme/tarball/master

0 commit comments

Comments
 (0)