Skip to content

Commit b138bbd

Browse files
uv consistency
1 parent 21b4733 commit b138bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ jobs:
9595
if: matrix.os == 'ubuntu-latest'
9696
# this hopefully helps with os caches, hg init sometimes gets 20s timeouts
9797
- run: hg version
98-
- run: pytest
99-
timeout-minutes: 15
98+
- run: uv run pytest
99+
timeout-minutes: 25
100100

101101
dist_upload:
102102

0 commit comments

Comments
 (0)