Skip to content

Commit

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

0 comments on commit 939568b

Please sign in to comment.