Skip to content

Commit

Permalink
Macos needs setuptools too.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Mar 5, 2024
1 parent 543b755 commit dc475ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: brew install gmp
- name: Install Python dependencies
run: |
python -m pip install Cython${{ matrix.cython-version }} Sphinx pytest wheel numpy
python -m pip install setuptools Cython${{ matrix.cython-version }} Sphinx pytest wheel numpy
- name: Install tarball
run: |
ls
Expand Down

0 comments on commit dc475ed

Please sign in to comment.