We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144b615 commit fea4f65Copy full SHA for fea4f65
1 file changed
.github/workflows/pr.yaml
@@ -41,7 +41,7 @@ jobs:
41
pip install -r dev_tools/requirements/envs/pytest.env.txt
42
pip install --no-deps -e .
43
- run: |
44
- check/pytest --durations=10 -v
+ check/pytest --durations=10 -v -n=0
45
46
dev-tools:
47
runs-on: ubuntu-24.04
0 commit comments