Skip to content

Commit 0fcf684

Browse files
committed
update
1 parent 37404b2 commit 0fcf684

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/nightly_tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
CUBLAS_WORKSPACE_CONFIG: :16:8
8686
run: |
8787
pytest -n 1 --max-worker-restart=0 --dist=loadfile \
88-
-s -v -k "not Flax and not Onnx" \
88+
-k "not Flax and not Onnx" \
8989
--make-reports=tests_pipeline_${{ matrix.module }}_cuda \
9090
--report-log=tests_pipeline_${{ matrix.module }}_cuda.log \
9191
tests/pipelines/${{ matrix.module }}
@@ -140,7 +140,7 @@ jobs:
140140
CUBLAS_WORKSPACE_CONFIG: :16:8
141141
run: |
142142
pytest -n 1 --max-worker-restart=0 --dist=loadfile \
143-
-s -v -k "not Flax and not Onnx" \
143+
-k "not Flax and not Onnx" \
144144
--make-reports=tests_torch_${{ matrix.module }}_cuda \
145145
--report-log=tests_torch_${{ matrix.module }}_cuda.log \
146146
tests/${{ matrix.module }}
@@ -153,7 +153,7 @@ jobs:
153153
CUBLAS_WORKSPACE_CONFIG: :16:8
154154
run: |
155155
pytest -n 1 --max-worker-restart=0 --dist=loadfile \
156-
-s -v --make-reports=examples_torch_cuda \
156+
--make-reports=examples_torch_cuda \
157157
--report-log=examples_torch_cuda.log \
158158
examples/
159159
@@ -201,7 +201,7 @@ jobs:
201201
HF_TOKEN: ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
202202
RUN_COMPILE: yes
203203
run: |
204-
pytest -n 1 --max-worker-restart=0 --dist=loadfile -s -v -k "compile" --make-reports=tests_torch_compile_cuda tests/
204+
pytest -n 1 --max-worker-restart=0 --dist=loadfile -k "compile" --make-reports=tests_torch_compile_cuda tests/
205205
- name: Failure short reports
206206
if: ${{ failure() }}
207207
run: cat reports/tests_torch_compile_cuda_failures_short.txt
@@ -298,7 +298,7 @@ jobs:
298298
CUBLAS_WORKSPACE_CONFIG: :16:8
299299
run: |
300300
pytest -n 1 --max-worker-restart=0 --dist=loadfile \
301-
-s -v -k "not Flax and not Onnx" \
301+
-k "not Flax and not Onnx" \
302302
--make-reports=tests_torch_minimum_version_cuda \
303303
tests/models/test_modeling_common.py \
304304
tests/pipelines/test_pipelines_common.py \
@@ -538,7 +538,7 @@ jobs:
538538
# HF_HOME: /System/Volumes/Data/mnt/cache
539539
# HF_TOKEN: ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
540540
# run: |
541-
# ${CONDA_RUN} pytest -n 1 -s -v --make-reports=tests_torch_mps \
541+
# ${CONDA_RUN} pytest -n 1 --make-reports=tests_torch_mps \
542542
# --report-log=tests_torch_mps.log \
543543
# tests/
544544
# - name: Failure short reports
@@ -594,7 +594,7 @@ jobs:
594594
# HF_HOME: /System/Volumes/Data/mnt/cache
595595
# HF_TOKEN: ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
596596
# run: |
597-
# ${CONDA_RUN} pytest -n 1 -s -v --make-reports=tests_torch_mps \
597+
# ${CONDA_RUN} pytest -n 1 --make-reports=tests_torch_mps \
598598
# --report-log=tests_torch_mps.log \
599599
# tests/
600600
# - name: Failure short reports

0 commit comments

Comments
 (0)