We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9dfd2 commit 208b955Copy full SHA for 208b955
1 file changed
.github/workflows/pr_tests.yml
@@ -126,15 +126,15 @@ jobs:
126
if: ${{ matrix.config.framework == 'pytorch_pipelines' }}
127
run: |
128
pytest -n 16 --max-worker-restart=0 --dist=loadfile \
129
- -s -v -k "not Flax and not Onnx" \
+ -s -k "not Flax and not Onnx" \
130
--make-reports=tests_${{ matrix.config.report }} \
131
tests/pipelines
132
133
- name: Run fast PyTorch Model Scheduler CPU tests
134
if: ${{ matrix.config.framework == 'pytorch_models' }}
135
136
pytest -n 4 --max-worker-restart=0 --dist=loadfile \
137
- -s -v -k "not Flax and not Onnx and not Dependency" \
+ -s -k "not Flax and not Onnx and not Dependency" \
138
139
tests/models tests/schedulers tests/others
140
0 commit comments