Skip to content

Commit 208b955

Browse files
committed
update
1 parent 1d9dfd2 commit 208b955

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@ jobs:
126126
if: ${{ matrix.config.framework == 'pytorch_pipelines' }}
127127
run: |
128128
pytest -n 16 --max-worker-restart=0 --dist=loadfile \
129-
-s -v -k "not Flax and not Onnx" \
129+
-s -k "not Flax and not Onnx" \
130130
--make-reports=tests_${{ matrix.config.report }} \
131131
tests/pipelines
132132
133133
- name: Run fast PyTorch Model Scheduler CPU tests
134134
if: ${{ matrix.config.framework == 'pytorch_models' }}
135135
run: |
136136
pytest -n 4 --max-worker-restart=0 --dist=loadfile \
137-
-s -v -k "not Flax and not Onnx and not Dependency" \
137+
-s -k "not Flax and not Onnx and not Dependency" \
138138
--make-reports=tests_${{ matrix.config.report }} \
139139
tests/models tests/schedulers tests/others
140140

0 commit comments

Comments
 (0)