Skip to content

Commit caedc63

Browse files
authored
Merge branch 'main' into fix-2027
2 parents 10ad20d + a9059ce commit caedc63

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ jobs:
2424
# git checkout
2525
- uses: actions/checkout@v7
2626

27-
# Python setup
28-
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v6
27+
- name: Install uv + caching
28+
uses: astral-sh/setup-uv@v8.3.0
3029
with:
30+
enable-cache: true
3131
python-version: ${{ matrix.python-version }}
32-
cache: "pip"
3332

3433
# Run tests
3534
- name: Install dependencies

0 commit comments

Comments
 (0)