Skip to content

Commit

Permalink
fix(ci): need to checkout to use uv.lock
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas <[email protected]>
  • Loading branch information
thomas-chauvet committed Dec 5, 2024
1 parent 33ad5cb commit 552b0ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ runs:
using: "composite"

steps:
- name: checkout
uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v3
with:
Expand Down

0 comments on commit 552b0ea

Please sign in to comment.