Skip to content

Commit aa2255d

Browse files
committed
build: support uv.lock
1 parent a40295f commit aa2255d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tox_matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
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 --only-group=conan conan profile detect
9394
uv run --only-group=conan conan install . --build missing
9495
9596
- name: Run Tox (Windows)

0 commit comments

Comments
 (0)