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 b363efb commit ab1ed02Copy full SHA for ab1ed02
.github/workflows/tests.yml
@@ -112,7 +112,7 @@ jobs:
112
113
- name: Run test suite
114
run: |
115
- pytest ${{ env.PYTEST_ARGS }} -n ${{ steps.cpus.outputs.count }} --cov=. --cov-report=xml -v
+ pytest ${{ env.PYTEST_ARGS }} -n 1 --cov=. --cov-report=xml -v
116
117
- name: Run doctest (Docstring)
118
if: ${{ matrix.OLDEST_SUPPORTED_VERSION == 'false'}}
0 commit comments