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 @@ -496,7 +496,7 @@ outputs:
496496 {% set jobs = "-n 1" %} # [linux64 and cuda_compiler_version != "None"]
497497 # test only one python version on aarch because emulation is super-slow;
498498 # disable hypothesis because it randomly yields health check errors
499- - pytest {{ jobs }} {{ tests }} -k "not ({{ skips }})" -m "not hypothesis" --durations=50 --disable-warnings # [not aarch64 or py==312]
499+ - pytest {{ jobs }} -v {{ tests }} -k "not ({{ skips }})" -m "not hypothesis" --durations=50 --disable-warnings # [not aarch64 or py==312]
500500
501501 # regression test for https://github.com/conda-forge/pytorch-cpu-feedstock/issues/329, where we picked up
502502 # 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