Skip to content

Commit

Permalink
install torch
Browse files Browse the repository at this point in the history
  • Loading branch information
kentechx committed Jul 24, 2023
1 parent 313a8d2 commit 2e86f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
pip install torch==2.0.0
- name: Build package
run: python setup.py sdist
- name: Publish package
Expand Down

0 comments on commit 2e86f2c

Please sign in to comment.