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 bcc28fa commit cd821b9Copy full SHA for cd821b9
.github/workflows/ci.yml
@@ -115,11 +115,11 @@ jobs:
115
source "${{ runner.tool_cache }}/${{ env.VENV_DIR }}/bin/activate"
116
cd examples
117
unset PYTHONPATH
118
- python -m pytest -n 4 **/test*.py -v -r fE --durations=0 --cache-clear
+ python -m pytest -n 1 **/test*.py -v -r fE --durations=0 --cache-clear
119
120
- name: Run tests
121
run: |
122
123
cd testing/python
124
125
- python -m pytest -n 4 -v -r fE --durations=0 --cache-clear --timeout=3600
+ python -m pytest -n 1 -v -r fE --durations=0 --cache-clear --timeout=3600
0 commit comments