Skip to content

Commit e2c1d46

Browse files
committed
try pipx as used during manylinux building?
1 parent 4647b9d commit e2c1d46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Manylinux_2_28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Install CMake < 4.0. req for devil via CMake and rapidjson
105105
run: |
106-
python${{env.PYTHON}} -m pip install 'cmake<4.0'
106+
pipx install --global --pip-args="--only-binary" 'cmake<4.0'
107107
108108
- name: Check cmake version
109109
run: |

0 commit comments

Comments
 (0)