Skip to content

Commit

Permalink
fix gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jan 15, 2024
1 parent 6c70a6e commit 8aa92ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install torch
run: |
pip install torch
- name: Build package
run: python setup.py sdist
- name: Publish package
Expand Down

0 comments on commit 8aa92ca

Please sign in to comment.