Skip to content

Commit 730abba

Browse files
committed
fix CI
1 parent 0c048b7 commit 730abba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
version: "0.5.18"
2020
enable-cache: true
2121
- name: Test
22-
run: uv run -p ${{ matrix.python-version }} --resolution ${{ matrix.resolution }} pytest
22+
run: uv run -p ${{ matrix.python-version }} --resolution ${{ matrix.resolution }} -U pytest

0 commit comments

Comments
 (0)