Skip to content

Commit

Permalink
[ci] add setuptools for python 3.12 on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Feb 29, 2024
1 parent c2d8aae commit c151e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build Wheels
run: |
cd pmcx/
pip install wheel
pip install wheel setuptools
VERBOSE=1 pip wheel . -w ../dist/
ls ../dist/
cd ../
Expand Down

0 comments on commit c151e10

Please sign in to comment.