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 ed60486 commit c8e5420Copy full SHA for c8e5420
1 file changed
.github/workflows/build-matplotlib.yml
@@ -55,8 +55,8 @@ jobs:
55
fetch-depth: 0
56
persist-credentials: false
57
58
- - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
59
- name: Install Python
+ - name: Install Python
+ uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
60
with:
61
python-version: '3.12'
62
activate-environment: true
0 commit comments