Skip to content

Commit 34ec764

Browse files
committed
update UV action to 0.5 and uv to 0.5.x and cleanup
1 parent b4ee747 commit 34ec764

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/ci-testing-pull-request.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
with:
2626
python-version: "3.11"
2727
- name: install uv
28-
uses: astral-sh/setup-uv@v4
28+
uses: astral-sh/setup-uv@v5
2929
with:
30-
version: "0.4.x"
31-
enable-cache: false
30+
version: "0.5.x"
31+
enable-cache: true
3232
- name: checkout source branch
3333
uses: actions/checkout@v4
3434
- name: Regenerate specs and check
3535
run: |
36-
uv venv .venv && source .venv/bin/activate
36+
make devenv
3737
make openapi-specs
3838
if ! ./ci/github/helpers/openapi-specs-diff.bash diff \
3939
https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/refs/heads/${{ github.event.pull_request.head.ref }} \
@@ -51,11 +51,6 @@ jobs:
5151
uses: actions/setup-python@v5
5252
with:
5353
python-version: "3.11"
54-
- name: install uv
55-
uses: astral-sh/setup-uv@v4
56-
with:
57-
version: "0.4.x"
58-
enable-cache: false
5954
- name: checkout
6055
uses: actions/checkout@v4
6156
- name: check api-server backwards compatibility
@@ -75,11 +70,6 @@ jobs:
7570
uses: actions/setup-python@v5
7671
with:
7772
python-version: "3.11"
78-
- name: install uv
79-
uses: astral-sh/setup-uv@v4
80-
with:
81-
version: "0.4.x"
82-
enable-cache: false
8373
- name: checkout
8474
uses: actions/checkout@v4
8575
- name: Check openapi-specs backwards compatibility

0 commit comments

Comments
 (0)