Skip to content

Commit

Permalink
Install setuptools to build wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed Sep 1, 2024
1 parent 0fa76b7 commit 656e6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_from_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y inkscape
pip install --upgrade pip
pip install build wheel numpy "cython<3.0"
pip install setuptools build wheel numpy "cython<3.0"
- name: Create the wheel
run: python setup.py bdist_wheel
Expand Down

0 comments on commit 656e6c5

Please sign in to comment.