File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ jobs:
125125 uses : pypa/cibuildwheel@v2.2.0a1
126126 env :
127127 CIBW_ARCHS : " ${{ matrix.arch }}"
128- CIBW_BEFORE_ALL : " pipx install -f --pip-args=\" -c {project}/constraints-ci.txt\" cmake && pipx install -f --pip-args=\" -c {project}/constraints-ci.txt\" ninja && ./scripts/manylinux-build-and-install-openssl.sh"
129128 CIBW_BUILD : " cp39-manylinux_*"
130129 CIBW_MANYLINUX_X86_64_IMAGE : " manylinux1"
131130 CIBW_MANYLINUX_I686_IMAGE : " manylinux1"
Original file line number Diff line number Diff line change 1- cmake==3.21.2
1+ cmake==3.21.3
22ninja==1.10.2
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ build-verbosity = "1"
2222
2323[tool .cibuildwheel .linux ]
2424before-all = [
25+ " pipx install -f --pip-args=\" -c {project}/constraints-ci.txt\" cmake" ,
26+ " cmake --version" ,
2527 " pipx install -f --pip-args=\" -c {project}/constraints-ci.txt\" ninja" ,
2628 " ninja --version" ,
2729 " ./scripts/manylinux-build-and-install-openssl.sh" ,
You can’t perform that action at this time.
0 commit comments