Skip to content

Commit

Permalink
ci: add uv
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Nov 27, 2024
1 parent 678848d commit 3bb974a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
cache: 'npm'
node-version: 20

- uses: astral-sh/setup-uv@v3
with:
version: ">=0.5.0"
enable-cache: true
cache-dependency-glob: "**/pyproject.toml"

- name: Install Node dependencies
run: npm ci

Expand Down

0 comments on commit 3bb974a

Please sign in to comment.