Skip to content

Commit

Permalink
Upgrading setuptools (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosselinSomervilleRoberts authored Feb 15, 2024
1 parent 433c737 commit ccced97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# PyTorch has to be installed manually in a separate step with --no-cache-dir
# to avoid pip getting killed because PyTorch is too big
# See: https://stackoverflow.com/a/54329850
run: pip install torch==2.0.1 torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu117 --no-cache-dir
run: pip install --upgrade setuptools && pip install torch==2.0.1 torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu117 --no-cache-dir
- name: Upgrade dependencies for Dependabot alerts
run: pip install -e ".[all,dev]"
- name: Verify dependencies
Expand Down

0 comments on commit ccced97

Please sign in to comment.