We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655619e commit bc63c26Copy full SHA for bc63c26
1 file changed
.github/workflows/python_tests.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: astral-sh/ruff-action@v3
37
- run: ruff format --check --diff
38
- name: Test with pytest
39
- run: pytest --iterations=8 --parallel-threads=auto
+ run: pytest --parallel-threads=auto
40
# - name: Run doctests with pytest
41
# run: pytest --doctest-modules
42
- name: Test CLI commands on a pipx install
0 commit comments