Skip to content

Commit 283ba8b

Browse files
committed
ci: GitHub Actions use uv lock file to constrain versions used
1 parent 1958ff5 commit 283ba8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox_matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
CONAN_USER_HOME: "${{steps.conan-path-script.outputs.result}}"
8686
if: "!contains(matrix.os, 'windows') && steps.cache-conan.outputs.cache-hit != 'true'"
8787
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
88+
uv run --only-group=conan --frozen conan profile detect --exist-ok
89+
uv run --only-group=conan --frozen conan install conanfile.py --build missing -of /tmp/ciwheelbuilder -pr:b=default
9090
9191
9292
- name: Run Tox (Windows)

0 commit comments

Comments
 (0)