Skip to content

Commit

Permalink
[fbsync] Update codeql.yml (#3764)
Browse files Browse the repository at this point in the history
Reviewed By: NicolasHug

Differential Revision: D28169129

fbshipit-source-id: 1a751d3b7e74cfb3f32abf20ab4089a8b718e44e
  • Loading branch information
cpuhrsch authored and facebook-github-bot committed May 4, 2021
1 parent 30e7811 commit e3d4de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Torch
run: |
python -m pip install cmake
python -m pip install torch==1.8.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
python -m pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
sudo ln -s /usr/bin/ninja /usr/bin/ninja-build
- name: Build TorchVision
Expand Down

0 comments on commit e3d4de2

Please sign in to comment.