Skip to content

Commit

Permalink
chore (ci): ensure uv is available in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloliverx committed Oct 16, 2024
1 parent 3f20f40 commit 6f004ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "0.4.22"

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 6f004ea

Please sign in to comment.