We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75400d7 commit a96702cCopy full SHA for a96702c
.github/workflows/main.yml
@@ -48,4 +48,4 @@ jobs:
48
python-version: ${{ matrix.python-version }}
49
50
- name: Run tests
51
- run: uv run pytest
+ run: uv run --python ${{ matrix.python-version }} pytest
0 commit comments