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 55fb476 commit 6e1e2f4Copy full SHA for 6e1e2f4
.github/workflows/check.yaml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Test with pytest
58
timeout-minutes: 10
59
- run: uv run pytest --no-cov --timeout=10 --color=yes -vv
+ run: uv run pytest --no-cov --color=yes -vv
60
61
- name: Minimize uv cache
62
run: uv cache prune --ci
0 commit comments