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 2fc4ba6 commit 5ed131fCopy full SHA for 5ed131f
.github/workflows/tox_matrix.yml
@@ -72,14 +72,6 @@ jobs:
72
- name: Install dependencies
73
run: |
74
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
83
84
- name: Remove Strawberry Perl (Windows only)
85
if: contains(matrix.os, 'windows')
0 commit comments