File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -480,7 +480,7 @@ outputs:
480480 - export OMP_NUM_THREADS=2 # [unix]
481481 # reduced paralellism to avoid OOM; test only one python version on aarch because emulation is super-slow
482482 # disable hypothesis because it randomly yields health check errors
483- - python -m pytest -n 2 {{ tests }} -k "not ({{ skips }})" -m "not hypothesis" --durations=50 # [unix and (not aarch64 or py==312)]
483+ - python -m pytest -n 2 -v {{ tests }} -k "not ({{ skips }})" -m "not hypothesis" --durations=50 # [unix and (not aarch64 or py==312)]
484484 - python -m pytest -v -s {{ tests }} -k "not ({{ skips }})" -m "not hypothesis" --durations=50 # [win]
485485
486486 # regression test for https://github.com/conda-forge/pytorch-cpu-feedstock/issues/329, where we picked up
You can’t perform that action at this time.
0 commit comments