Skip to content

Commit cd821b9

Browse files
committed
update ci
1 parent bcc28fa commit cd821b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ jobs:
115115
source "${{ runner.tool_cache }}/${{ env.VENV_DIR }}/bin/activate"
116116
cd examples
117117
unset PYTHONPATH
118-
python -m pytest -n 4 **/test*.py -v -r fE --durations=0 --cache-clear
118+
python -m pytest -n 1 **/test*.py -v -r fE --durations=0 --cache-clear
119119
120120
- name: Run tests
121121
run: |
122122
source "${{ runner.tool_cache }}/${{ env.VENV_DIR }}/bin/activate"
123123
cd testing/python
124124
unset PYTHONPATH
125-
python -m pytest -n 4 -v -r fE --durations=0 --cache-clear --timeout=3600
125+
python -m pytest -n 1 -v -r fE --durations=0 --cache-clear --timeout=3600

0 commit comments

Comments
 (0)