Skip to content

Commit 40031e2

Browse files
committed
gh action caching
1 parent c776958 commit 40031e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@ jobs:
6565
python-version: ${{ matrix.python }}
6666
nogil: ${{ matrix.build == 'free-threading' }}
6767
- name: Install uv
68-
uses: astral-sh/setup-uv@v6
68+
uses: astral-sh/setup-uv@v7
6969
with:
7070
version: "0.9.5"
71+
enable-cache: true
72+
cache-suffix: ${{ runner.os }}-${{ matrix.python }}-${{ matrix.build != '' && matrix.build || 'default' }}
7173
- name: Install
7274
# pyperformance must be installed:
7375
# pyperformance/tests/test_compare.py imports it

0 commit comments

Comments
 (0)