Skip to content

Commit

Permalink
Install uv in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Jan 6, 2025
1 parent f3bc880 commit 824bfdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
image: debian:bookworm
steps:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Install dev. dependencies
run: |-
apt-get update
Expand Down

0 comments on commit 824bfdd

Please sign in to comment.