Skip to content

Commit c8e5420

Browse files
committed
workflows: build-matplotlib: fix python install field ordering
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent ed60486 commit c8e5420

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-matplotlib.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
fetch-depth: 0
5656
persist-credentials: false
5757

58-
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
59-
name: Install Python
58+
- name: Install Python
59+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
6060
with:
6161
python-version: '3.12'
6262
activate-environment: true

0 commit comments

Comments
 (0)