Skip to content

Commit ab1ed02

Browse files
committed
Try running test suite with single core
1 parent b363efb commit ab1ed02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
113113
- name: Run test suite
114114
run: |
115-
pytest ${{ env.PYTEST_ARGS }} -n ${{ steps.cpus.outputs.count }} --cov=. --cov-report=xml -v
115+
pytest ${{ env.PYTEST_ARGS }} -n 1 --cov=. --cov-report=xml -v
116116
117117
- name: Run doctest (Docstring)
118118
if: ${{ matrix.OLDEST_SUPPORTED_VERSION == 'false'}}

0 commit comments

Comments
 (0)