We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c776958 commit 40031e2Copy full SHA for 40031e2
.github/workflows/main.yml
@@ -65,9 +65,11 @@ jobs:
65
python-version: ${{ matrix.python }}
66
nogil: ${{ matrix.build == 'free-threading' }}
67
- name: Install uv
68
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
69
with:
70
version: "0.9.5"
71
+ enable-cache: true
72
+ cache-suffix: ${{ runner.os }}-${{ matrix.python }}-${{ matrix.build != '' && matrix.build || 'default' }}
73
- name: Install
74
# pyperformance must be installed:
75
# pyperformance/tests/test_compare.py imports it
0 commit comments