Skip to content

Commit

Permalink
Add explicit torch CPU installation in deploy_site workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Louis Barbarant committed Sep 11, 2024
1 parent 2360906 commit 7c988dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
pre-build-command: |
apt-get update
pip install -U pip
pip install torch --index-url https://download.pytorch.org/whl/cpu
pip install -e ".[doc]"
- name: Upload generated HTML as artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 7c988dd

Please sign in to comment.