Skip to content

Commit a96702c

Browse files
committed
CI: run tests with Python version
The 3.11 testing uses 3.12 without this.
1 parent 75400d7 commit a96702c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
python-version: ${{ matrix.python-version }}
4949

5050
- name: Run tests
51-
run: uv run pytest
51+
run: uv run --python ${{ matrix.python-version }} pytest

0 commit comments

Comments
 (0)