Skip to content

Commit

Permalink
Update unit_test_cpu.yaml with cpu nightly (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchaol authored Jun 13, 2024
1 parent e17e3b8 commit a4cd9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
pip config --user set global.progress_bar off
pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121
pip install --force-reinstall --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
pip install --pre torchdata --index-url https://download.pytorch.org/whl/nightly
pytest test --cov=. --cov-report=xml --durations=20 -vv

0 comments on commit a4cd9ba

Please sign in to comment.