Skip to content

Commit

Permalink
add uv
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Dec 21, 2024
1 parent 0bd8fb0 commit 3da171b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v4
with:
version: "latest"

- name: UV Cache
# Manually cache the uv cache directory
# until setup-python supports it:
Expand Down

0 comments on commit 3da171b

Please sign in to comment.