diff --git a/.forgejo/workflows/actions.yaml b/.forgejo/workflows/actions.yaml index 3434f4c..21ce79d 100644 --- a/.forgejo/workflows/actions.yaml +++ b/.forgejo/workflows/actions.yaml @@ -14,6 +14,9 @@ jobs: with: fetch-depth: 0 + - name: Install python + run: uv python install 3.11 + - name: Install dependencies run: uv sync --no-dev @@ -50,6 +53,9 @@ jobs: with: fetch-depth: 0 + - name: Install python + run: uv python install 3.11 + - name: Install dependencies run: uv sync @@ -70,6 +76,9 @@ jobs: with: fetch-depth: 0 + - name: Install python + run: uv python install 3.11 + - name: Install dependencies run: uv sync --no-dev --extra=documentation