Skip to content

Commit

Permalink
github/workflows: Explicitly install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyifei1999 committed Oct 18, 2023
1 parent 4c13b68 commit 07848c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Install
if: ${{ !matrix.sdist }}
run: python3 setup.py build_ext --inplace
run: pip install setuptools && python3 setup.py build_ext --inplace
env:
CFLAGS: ${{ matrix.codecov && '--coverage' || ''}} -UNDEBUG
- name: Install sdist
Expand Down

0 comments on commit 07848c2

Please sign in to comment.