We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1958ff5 commit 283ba8bCopy full SHA for 283ba8b
.github/workflows/tox_matrix.yml
@@ -85,8 +85,8 @@ jobs:
85
CONAN_USER_HOME: "${{steps.conan-path-script.outputs.result}}"
86
if: "!contains(matrix.os, 'windows') && steps.cache-conan.outputs.cache-hit != 'true'"
87
run: |
88
- uvx --with cmake conan profile detect --exist-ok
89
- uvx --with cmake conan install conanfile.py --build missing -of /tmp/ciwheelbuilder -pr:b=default
+ uv run --only-group=conan --frozen conan profile detect --exist-ok
+ uv run --only-group=conan --frozen conan install conanfile.py --build missing -of /tmp/ciwheelbuilder -pr:b=default
90
91
92
- name: Run Tox (Windows)
0 commit comments