Skip to content

Commit ffc3abf

Browse files
committed
make sure setuptools and wheel are installed before publish
1 parent 4e01e46 commit ffc3abf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
sudo apt-get install swig
2626
sudo apt-get install unrar
2727
pip install torch~=1.11 --extra-index-url https://download.pytorch.org/whl/cpu
28+
pip install setuptools wheel
2829
make install
2930
- name: Build package
3031
run: make build

0 commit comments

Comments
 (0)