Skip to content

Commit

Permalink
Try to work around /actions/runner-images/issues/1202
Browse files Browse the repository at this point in the history
  • Loading branch information
nickguletskii committed Jul 26, 2020
1 parent 7eeff74 commit 43b9fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build-executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade --force-reinstall pip setuptools requirements-parser
pip install --upgrade --force-reinstall -r requirements.txt
pip install --upgrade --force-reinstall --no-cache-dir -r requirements.txt
pip install --upgrade --force-reinstall torch==1.5.1+cpu torchvision==0.6.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
- name: Build UI files and other resources
run: |
Expand Down

0 comments on commit 43b9fb3

Please sign in to comment.