Skip to content

Commit

Permalink
[ci] fix pip setuptools error for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Feb 29, 2024
1 parent 939568b commit 3e6e6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Build Wheels
run: |
cd pmcx/
pip install wheel
pip install wheel setuptools
python setup.py bdist_wheel
ls dist/
mv dist/ ../
Expand Down

0 comments on commit 3e6e6ab

Please sign in to comment.