Skip to content

Commit 3da171b

Browse files
committed
add uv
1 parent 0bd8fb0 commit 3da171b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/static-analysis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v4
25+
- name: Install the latest version of uv
26+
uses: astral-sh/setup-uv@v4
27+
with:
28+
version: "latest"
29+
2530
- name: UV Cache
2631
# Manually cache the uv cache directory
2732
# until setup-python supports it:

0 commit comments

Comments
 (0)