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 f22c75a commit 5337132Copy full SHA for 5337132
.github/workflows/pr_tests.yml
@@ -128,7 +128,7 @@ jobs:
128
if: ${{ matrix.config.framework == 'pytorch_pipelines' }}
129
run: |
130
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
131
- python -m pytest -n 8 --max-worker-restart=0 --dist=loadfile \
+ python -m pytest -n 16 --max-worker-restart=0 --dist=loadfile \
132
-s -v -k "not Flax and not Onnx" \
133
--make-reports=tests_${{ matrix.config.report }} \
134
tests/pipelines
0 commit comments