Skip to content

Commit

Permalink
[Fix] fix windows ci (open-mmlab#8046)
Browse files Browse the repository at this point in the history
  • Loading branch information
BIGWangYuDong authored and SakiRinn committed Mar 17, 2023
1 parent 88eb3bb commit a4f4658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Upgrade pip
run: pip install pip --upgrade --user
run: python -m pip install pip --upgrade --user
- name: Install PyTorch
# As a complement to Linux CI, we test on PyTorch LTS version
run: pip install torch==1.8.2+${{ matrix.platform }} torchvision==0.9.2+${{ matrix.platform }} -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
Expand Down

0 comments on commit a4f4658

Please sign in to comment.