Skip to content

Commit

Permalink
Add dep setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
paullinnerud committed Nov 9, 2023
1 parent 3cd9e09 commit 37e1be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools
pip install cibuildwheel
pip install cython twine
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools
pip install cibuildwheel
pip install cython twine
Expand Down

0 comments on commit 37e1be8

Please sign in to comment.