File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -486,8 +486,7 @@ outputs:
486486 - export OMP_NUM_THREADS=2 # [unix]
487487 # reduced paralellism to avoid OOM; test only one python version on aarch because emulation is super-slow
488488 # disable hypothesis because it randomly yields health check errors
489- - python -m pytest -n 2 {{ tests }} -k "not ({{ skips }})" -m "not hypothesis" --durations=50 # [unix and (not aarch64 or py==312)]
490- - python -m pytest -v -s {{ tests }} -k "not ({{ skips }})" -m "not hypothesis" --durations=50 # [win]
489+ - pytest -n 2 {{ tests }} -k "not ({{ skips }})" -m "not hypothesis" --durations=50 # [not aarch64 or py==312]
491490
492491 # regression test for https://github.com/conda-forge/pytorch-cpu-feedstock/issues/329, where we picked up
493492 # duplicate `.pyc` files due to newest py-ver (3.13) in the build environment not matching the one in host;
You can’t perform that action at this time.
0 commit comments