We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70aad20 commit fcfdf84Copy full SHA for fcfdf84
.github/workflows/build.yml
@@ -174,8 +174,8 @@ jobs:
174
CIBW_TEST_COMMAND: pytest {project}/tests/python/test_push.py
175
run: |
176
cd src
177
- python -m pip install --upgrade pip build setuptools[core] wheel
178
- python -m pip install --upgrade cmake
+ python -m pip install --upgrade pip pipx build setuptools[core] wheel
+ python -m pipx --global install cmake
179
python -m cibuildwheel --output-dir ../wheelhouse
180
181
# note - intentionally skipping a source package
0 commit comments