Skip to content

Commit

Permalink
update publish-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
xinntao committed May 15, 2021
1 parent d0427c0 commit 696ecaf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
with:
python-version: 3.8
- name: Upgrade pip
run: pip install pip --upgrade
run: |
pip install pip --upgrade
pip install wheel
- name: Install PyTorch (cpu)
run: pip install torch==1.7.0+cpu torchvision==0.8.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
- name: Install dependencies
Expand Down

0 comments on commit 696ecaf

Please sign in to comment.