Skip to content

Commit

Permalink
Add uv cache busting
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Apr 11, 2024
1 parent fb2942d commit 0fbf4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
uses: actions/cache@v4
with:
path: ${{ env.UV_CACHE }}
key: ${{ runner.os }}-uv
key: baipp-${{ runner.os }}-${{ hashFiles(${{ github.action_path }}/requirements/tools.txt) }}

- name: Create venv for tools
run: >
Expand Down

0 comments on commit 0fbf4d4

Please sign in to comment.