Skip to content

Commit 5fbf305

Browse files
committed
build: support uv.lock
1 parent a6dafb8 commit 5fbf305

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tox_matrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ jobs:
8282
CONAN_USER_HOME: "${{steps.conan-path-script.outputs.result}}"
8383
run: |
8484
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
85-
uv run conan profile detect
86-
uv run conan install . --build missing
85+
uv run --only-group=conan conan profile detect
86+
uv run --only-group=conan conan install . --build missing
8787
8888
- name: Prebuild Conan packages
8989
env:
9090
CONAN_USER_HOME: "${{steps.conan-path-script.outputs.result}}"
9191
if: "!contains(matrix.os, 'windows') && steps.cache-conan.outputs.cache-hit != 'true'"
9292
run: |
93-
uv run conan install . --build missing
93+
uv run --only-group=conan install . --build missing
9494
9595
- name: Run Tox (Windows)
9696
if: contains(matrix.os, 'windows')

0 commit comments

Comments
 (0)