Skip to content

Commit aa4143a

Browse files
committed
ci: relax uv setup error
Signed-off-by: thxCode <[email protected]>
1 parent bf3e556 commit aa4143a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
fetch-depth: 1
6868
persist-credentials: false
6969
- name: Setup UV
70+
continue-on-error: true
7071
uses: astral-sh/setup-uv@v7
7172
with:
7273
version: "0.8.24"

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
fetch-tags: true
5151
persist-credentials: false
5252
- name: Setup UV
53+
continue-on-error: true
5354
uses: astral-sh/setup-uv@v7
5455
with:
5556
version: "0.8.24"

0 commit comments

Comments
 (0)