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

Commit

Permalink
fix nightly-test (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
barry-jin authored Apr 21, 2021
1 parent 5dbca79 commit 59167e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
--work-dir . \
--remote https://github.com/${{ github.repository }} \
--command "python3 -m pip install pytest-forked \
&& python3 -m pip install -U --pre "mxnet-cu102>=2.0.0b20210418" -f https://dist.mxnet.io/python/cu102 \
&& python3 -m pip install -U --pre 'mxnet-cu102>=2.0.0b20210418' -f https://dist.mxnet.io/python/cu102 \
&& python3 -m pytest --forked --durations=50 --device="cpu" --device="gpu" --runslow ./tests/" \
--wait | tee batch_job.log
Expand Down

0 comments on commit 59167e1

Please sign in to comment.