File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ CONAN_USER_HOME="$TEMP/conan"
9797before-all = [
9898 " python3 -m venv /tmp/cibuildwheelvenv" ,
9999 " /tmp/cibuildwheelvenv/bin/pip install --disable-pip-version-check uv" ,
100- " /tmp/cibuildwheelvenv/bin/uvx --with cmake conan profile detect --exist-ok" ,
101- " trap 'rm -rf /tmp/conandelme' EXIT && /tmp/cibuildwheelvenv/bin/uvx --with cmake conan install conanfile.py --build missing -of=/tmp/conandelme"
100+ " /tmp/cibuildwheelvenv/bin/uvx --with ' cmake<4.0' conan profile detect --exist-ok" ,
101+ " trap 'rm -rf /tmp/conandelme' EXIT && /tmp/cibuildwheelvenv/bin/uvx --with ' cmake<4.0' conan install conanfile.py --build missing -of=/tmp/conandelme"
102102]
103103environment-pass = [" CONAN_COMPILER_VERSION" , " CONAN_USER_HOME" ]
104104repair-wheel-command = [
You can’t perform that action at this time.
0 commit comments