Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
add torchaudio along with torch in preliminary pip install
  • Loading branch information
domkirke authored Dec 11, 2023
1 parent 86ce40f commit 1ddb2ce
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel build pytest
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
python -m pip install torch torchaudio --index-url https://download.pytorch.org/whl/cpu
python -m pip install -r requirements.txt
- name: Run tests
run: |
pytest
# TODO
# - name: Run tests
# run: |
# pytest
- name: Build package
run: RAVE_VERSION=${{ github.ref_name }} python -m build
- name: Publish package
Expand Down

0 comments on commit 1ddb2ce

Please sign in to comment.