Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haruishi43 authored Jan 17, 2024
1 parent 45393fe commit 7fc4f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel build
pip install importlib-metadata < 5
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install -r requirements.txt
- name: Build package
shell: bash -l {0}
Expand Down

0 comments on commit 7fc4f90

Please sign in to comment.