From f1828d72ac1889aa2cd2defda2a6d4ad39aecdcc Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 15 Apr 2026 19:37:02 +0200 Subject: [PATCH] chore(ci): improved task naming --- .github/workflows/binance-lev-tier-update.yml | 2 +- .github/workflows/ci.yml | 10 +++++----- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/pre-commit-update.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/binance-lev-tier-update.yml b/.github/workflows/binance-lev-tier-update.yml index ed2c21005..4354c233b 100644 --- a/.github/workflows/binance-lev-tier-update.yml +++ b/.github/workflows/binance-lev-tier-update.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa19fd8fa..529f3d2cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index fa710a5be..e30a0edae 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -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 diff --git a/.github/workflows/pre-commit-update.yml b/.github/workflows/pre-commit-update.yml index 97cdd6e72..61da3b15e 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -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