Skip to content

Commit 385d56b

Browse files
committed
ci: fix cache during tests
1 parent 142b629 commit 385d56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
uses: astral-sh/setup-uv@v7
3434
with:
3535
enable-cache: true
36+
cache-suffix: ${{ matrix.python-version }}
3637
version: "latest"
3738
python-version: ${{ matrix.python-version }}
3839
- name: Install Dependencies
39-
if: steps.setup-uv.outputs.cache-hit != 'true'
4040
run: uv sync --all-extras
4141
- name: Run tests
4242
run: uv run pytest

0 commit comments

Comments
 (0)