Skip to content

Commit bebfd61

Browse files
committed
update
1 parent 06fd427 commit bebfd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
if: ${{ matrix.config.framework == 'pytorch_pipelines' }}
129129
run: |
130130
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
131-
python -m pytest -n 8 --max-worker-restart=0 --dist=loadfile \
131+
python -m pytest -n 24 --max-worker-restart=0 --dist=loadfile \
132132
-s -v -k "not Flax and not Onnx" \
133133
--make-reports=tests_${{ matrix.config.report }} \
134134
tests/pipelines

0 commit comments

Comments
 (0)