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 c858cdc commit 65ccb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
python-version: '3.11.1'
- name: Install dependencies
shell: bash -l {0}
run: |
python -m pip install --upgrade pip
pip install setuptools wheel build
pip install importlib-metadata < 5
pip install torch --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 65ccb7c

Please sign in to comment.