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

Commit 59167e1

Browse files
authored
fix nightly-test (#1560)
1 parent 5dbca79 commit 59167e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
--work-dir . \
4242
--remote https://github.com/${{ github.repository }} \
4343
--command "python3 -m pip install pytest-forked \
44-
&& python3 -m pip install -U --pre "mxnet-cu102>=2.0.0b20210418" -f https://dist.mxnet.io/python/cu102 \
44+
&& python3 -m pip install -U --pre 'mxnet-cu102>=2.0.0b20210418' -f https://dist.mxnet.io/python/cu102 \
4545
&& python3 -m pytest --forked --durations=50 --device="cpu" --device="gpu" --runslow ./tests/" \
4646
--wait | tee batch_job.log
4747

0 commit comments

Comments
 (0)