Skip to content

Commit fb3c724

Browse files
committed
Avoid setup-uv cache key collisions
1 parent 754e619 commit fb3c724

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

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

2323
- name: Install uv
2424
uses: astral-sh/setup-uv@v8.1.0
25+
with:
26+
cache-suffix: py${{ matrix.python-version }}
2527

2628
- name: Set up Python ${{ matrix.python-version }}
2729
run: uv python install ${{ matrix.python-version }}

.github/workflows/e2e.yml

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

2222
- name: Install uv
2323
uses: astral-sh/setup-uv@v8.1.0
24+
with:
25+
cache-suffix: py${{ matrix.python-version }}
2426

2527
- name: Set up Python ${{ matrix.python-version }}
2628
run: uv python install ${{ matrix.python-version }}

0 commit comments

Comments
 (0)