We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1217cd2 commit 173a7f9Copy full SHA for 173a7f9
.github/workflows/python-tests.yml
@@ -48,6 +48,7 @@ jobs:
48
uses: "astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc"
49
with:
50
version: "latest"
51
+ python-version: "${{ matrix.python-version }}"
52
enable-cache: true
53
54
- name: "Run tests and coverage via nox"
0 commit comments