Skip to content

Commit fcfdf84

Browse files
committed
Outer Build: Pipx CMake Latest, too
1 parent 70aad20 commit fcfdf84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ jobs:
174174
CIBW_TEST_COMMAND: pytest {project}/tests/python/test_push.py
175175
run: |
176176
cd src
177-
python -m pip install --upgrade pip build setuptools[core] wheel
178-
python -m pip install --upgrade cmake
177+
python -m pip install --upgrade pip pipx build setuptools[core] wheel
178+
python -m pipx --global install cmake
179179
python -m cibuildwheel --output-dir ../wheelhouse
180180
181181
# note - intentionally skipping a source package

0 commit comments

Comments
 (0)