Skip to content

Commit e3507b3

Browse files
authored
Fix remaining uv cache globs in workflows (#388)
1 parent b75dcdf commit e3507b3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cruft-prs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
git config --global user.email "108668866+scverse-bot@users.noreply.github.com"
2020
- name: Install the latest version of uv
2121
uses: astral-sh/setup-uv@v5
22+
with:
23+
cache-dependency-glob: scripts/pyproject.toml
2224
- name: Update template repo registry
2325
run: uvx --from ./scripts send-cruft-prs ${{ env.RELEASE }} --all_repos --log-dir log
2426
env:

.github/workflows/deploy-instance-repo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737

3838
- name: Install the latest version of uv
3939
uses: astral-sh/setup-uv@v5
40+
with:
41+
cache-dependency-glob: .github/workflows/deploy-instance-repo.yml
4042

4143
- name: define sister PR branch name for pull request
4244
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)