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 d3384e5 commit e61e174Copy full SHA for e61e174
.github/workflows/testing-code.yaml
@@ -68,7 +68,7 @@ jobs:
68
shell: bash
69
run: |
70
export PYTHONPATH="$(pwd)/src${PYTHONPATH:+:$PYTHONPATH}"
71
- python -m pytest tests/unit_tests/ --color=yes -n auto
+ python -m pytest tests/unit_tests/ --color=yes
72
73
- name: Run Python functional tests
74
0 commit comments