Skip to content

Commit 67a2c3d

Browse files
committed
re-enable caching
1 parent 2d14157 commit 67a2c3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: astral-sh/setup-uv@v7
2424
with:
2525
python-version: ${{ matrix.python-version }}
26+
enable-cache: true
2627
- name: Install the project
2728
run: uv sync --locked --all-extras --group test
2829
- name: Run tests

0 commit comments

Comments
 (0)