Skip to content

Commit 308b4c4

Browse files
Run actual Pytest with correct Python version in Pytest workflow
1 parent 46405df commit 308b4c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Install the project
2929
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
3030
- name: Run Pytest
31-
run: uv run --dev pytest ./test/
31+
run: uv run --dev --python ${{ matrix.python-version }} pytest ./test/

0 commit comments

Comments
 (0)