Skip to content

Commit

Permalink
Also setuptools explicitly
Browse files Browse the repository at this point in the history
I wonder how one is supposed to do this nowadays
  • Loading branch information
ianhbell committed Nov 4, 2023
1 parent 860dffc commit ef74142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
# Used to host cibuildwheel
- uses: actions/setup-python@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.2 build wheel
- name: Install cibuildwheel and other dependencies
run: python -m pip install cibuildwheel==2.16.2 build wheel setuptools

# - name: Install LLVM (clang-cl) on windows
# run: choco install -y llvm
Expand Down

0 comments on commit ef74142

Please sign in to comment.