Skip to content

Commit

Permalink
fix: install publishing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Oct 6, 2023
1 parent 3669f5e commit fbb1fba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
run: |
pip install torch
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-$(python -c 'import torch; print(torch.__version__.split("+")[0])')+cpu.html
pip install setuptools wheel twine setuptools-scm[toml]
pip install -e .[dev]
- name: Remove (old) distribution
Expand Down

0 comments on commit fbb1fba

Please sign in to comment.