Skip to content

Commit

Permalink
Update url for nightly builds. (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhieber authored Oct 17, 2023
1 parent 24cb8be commit 98b4946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/torch_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements/requirements.txt
pip install -r requirements/requirements.dev.txt
pip3 install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html --upgrade
pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu --upgrade
- name: Print torch build
run: pip list | grep torch
- name: Unit tests
Expand Down

0 comments on commit 98b4946

Please sign in to comment.