Skip to content

Commit 173a7f9

Browse files
committed
Use correct python version
1 parent 1217cd2 commit 173a7f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
uses: "astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc"
4949
with:
5050
version: "latest"
51+
python-version: "${{ matrix.python-version }}"
5152
enable-cache: true
5253

5354
- name: "Run tests and coverage via nox"

0 commit comments

Comments
 (0)