Skip to content

Commit 23892ef

Browse files
fix(ci) install uv before generating sdk (#45)
1 parent ae5c37f commit 23892ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sdk-pr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ jobs:
6464
with:
6565
repository: "stackitcloud/stackit-sdk-generator"
6666
ref: "main"
67+
- name: install uv
68+
uses: astral-sh/setup-uv@v7
69+
with:
70+
version: "0.10.4"
6771
- name: Build
6872
uses: ./.github/actions/build/python
6973
with:
@@ -72,10 +76,6 @@ jobs:
7276
run: make download-oas
7377
- name: Generate SDK
7478
run: make generate-sdk LANGUAGE=python
75-
- name: install uv
76-
uses: astral-sh/setup-uv@v7
77-
with:
78-
version: "0.10.4"
7979
- name: Install Python SDK
8080
working-directory: ./sdk-repo-updated
8181
run: make install-dev

0 commit comments

Comments
 (0)