Skip to content

Commit

Permalink
fix(ci): fix uv.lock path
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas <[email protected]>
  • Loading branch information
thomas-chauvet committed Dec 10, 2024
1 parent 552b0ea commit 3cc4a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
cache-dependency-glob: "python/uv.lock"

- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 3cc4a25

Please sign in to comment.