Skip to content

Commit 6308d0c

Browse files
authored
Merge pull request #497 from posit-dev/bugfix/disable-uv-caching
Disable caching for uv in setup-bakery
2 parents f0a45a5 + 8ca125e commit 6308d0c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup-bakery/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ runs:
1616
steps:
1717
- name: Setup uv
1818
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
19+
with:
20+
enable-cache: false
1921

2022
- name: Setup Python
2123
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0

0 commit comments

Comments
 (0)