Skip to content

Commit 9b981c4

Browse files
author
Jens Kürten
committed
fix: Update Python version to 3.11 and adjust dependency installation in Tag.yaml
1 parent 1834aae commit 9b981c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
7373
- uses: actions/setup-python@v5
7474
with:
75-
python-version: 3.x
75+
python-version: 3.11
7676
- name: Install uv
7777
uses: astral-sh/setup-uv@v3
7878
- name: Install dependencies for docs
79-
run: uv sync --group dev
79+
run: uv sync
8080
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
8181
- uses: actions/cache@v4
8282
with:

0 commit comments

Comments
 (0)