We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6f5a1 commit a6a9c65Copy full SHA for a6a9c65
1 file changed
.github/workflows/test.yml
@@ -14,10 +14,13 @@ jobs:
14
python-version: ["3.11", "3.12", "3.13", "3.14"]
15
steps:
16
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17
- - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
18
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
19
with:
20
python-version: ${{ matrix.python-version }}
+ - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
21
+ with:
22
+ python-version: ${{ matrix.python-version }}
23
+ cache-suffix: py${{ matrix.python-version }}
24
- name: Install dependencies
25
run: uv sync --dev
26
- name: Run tests
0 commit comments