chore(ci): improved task naming

pull/13064/head
Matthias 1 month ago
parent 0248c20999
commit f1828d72ac

@ -24,7 +24,7 @@ jobs:
with:
persist-credentials: false
- name: Install uv
- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with:
activate-environment: true

@ -32,7 +32,7 @@ jobs:
with:
persist-credentials: false
- name: Install uv
- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with:
activate-environment: true
@ -172,7 +172,7 @@ jobs:
with:
persist-credentials: false
- name: Install uv
- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with:
activate-environment: true
@ -210,7 +210,7 @@ jobs:
run: |
./tests/test_docs.sh
- name: Install uv
- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with:
activate-environment: true
@ -242,7 +242,7 @@ jobs:
with:
persist-credentials: false
- name: Install uv
- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with:
activate-environment: true
@ -309,7 +309,7 @@ jobs:
with:
persist-credentials: false
- name: Install uv
- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with:
activate-environment: true

@ -26,7 +26,7 @@ jobs:
with:
persist-credentials: true
- name: Install uv
- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with:
activate-environment: true

@ -25,7 +25,7 @@ jobs:
with:
persist-credentials: false
- name: Install uv
- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with:
activate-environment: true

Loading…
Cancel
Save