Skip to content

Commit 9bb3546

Browse files
committed
update to latest uv
1 parent 80aa8dd commit 9bb3546

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-ff-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Install uv for Python
118118
uses: astral-sh/setup-uv@v3
119119
with:
120-
version: "0.4.30"
120+
version: "0.7.4"
121121
enable-cache: true
122122
cache-dependency-glob: "tests/uv.lock"
123123

.github/workflows/test-smokes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Install uv for Python
146146
uses: astral-sh/setup-uv@v3
147147
with:
148-
version: "0.5.9"
148+
version: "0.7.4"
149149
enable-cache: true
150150
cache-dependency-glob: "tests/uv.lock"
151151

0 commit comments

Comments
 (0)