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 cc79c8e commit dba99f8Copy full SHA for dba99f8
.github/workflows/tests.yml
@@ -48,7 +48,7 @@ jobs:
48
python -m pip install uv
49
python -m uv pip install --system -r requirements/required.txt -r requirements/test.txt
50
- name: Test with pytest
51
- run: pytest -v -n 2
+ run: pytest -v -n 3
52
53
minimum:
54
runs-on: ubuntu-latest
@@ -66,4 +66,4 @@ jobs:
66
67
python -m uv pip install --system -r requirements/minimum.old -r requirements/test.txt
68
69
0 commit comments