Skip to content

Commit 3975ec5

Browse files
authored
Update codeql.yml (#3764)
1 parent 730c5e1 commit 3975ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Torch
3232
run: |
3333
python -m pip install cmake
34-
python -m pip install torch==1.8.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
34+
python -m pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
3535
sudo ln -s /usr/bin/ninja /usr/bin/ninja-build
3636
3737
- name: Build TorchVision

0 commit comments

Comments
 (0)