Skip to content

Commit d818cb4

Browse files
committed
Enable caching
1 parent a2921f7 commit d818cb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/full_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: astral-sh/setup-uv@v6
2626
with:
2727
python-version: ${{ matrix.python-version }}
28+
enable-cache: true
2829

2930
- name: Install dependencies
3031
run: uv sync --group test --no-dev

0 commit comments

Comments
 (0)