We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c048b7 commit 730abbaCopy full SHA for 730abba
.github/workflows/pytest.yaml
@@ -19,4 +19,4 @@ jobs:
19
version: "0.5.18"
20
enable-cache: true
21
- name: Test
22
- run: uv run -p ${{ matrix.python-version }} --resolution ${{ matrix.resolution }} pytest
+ run: uv run -p ${{ matrix.python-version }} --resolution ${{ matrix.resolution }} -U pytest
0 commit comments