Skip to content

Commit 5ed131f

Browse files
committed
build: support uv.lock
1 parent 2fc4ba6 commit 5ed131f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/tox_matrix.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@ jobs:
7272
- name: Install dependencies
7373
run: |
7474
pip install uv
75-
- name: Ensure conan settings has current compiler as valid
76-
if: "!contains(matrix.os, 'windows')"
77-
env:
78-
CONAN_USER_HOME: "${{steps.conan-path-script.outputs.result}}"
79-
run: |
80-
uv run conan config init
81-
python ci/docker/linux/shared/ensure_compiler_support_by_conan.py $(uv run --quiet conan config home)/settings.yml $(cc -dumpfullversion -dumpversion | grep -oE "^([0-9]+(\.)?)([0-9]+?)")
82-
uv run conan profile update settings.compiler.version=${{matrix.compiler_version}} default
8375
8476
- name: Remove Strawberry Perl (Windows only)
8577
if: contains(matrix.os, 'windows')

0 commit comments

Comments
 (0)