File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -357,10 +357,14 @@ outputs:
357357 string : cuda{{ cuda_compiler_version | replace('.', '') }}_{{ blas_impl }}_py{{ CONDA_PY }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version != "None"]
358358 string : cpu_{{ blas_impl }}_py{{ CONDA_PY }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version == "None"]
359359 detect_binary_files_with_prefix : false
360- test :
361- requires :
360+ requirements :
361+ host :
362+ - python
363+ run :
362364 - pytorch {{ version }} cuda*_{{ blas_impl }}_py{{ CONDA_PY }}*{{ build }} # [cuda_compiler_version != "None"]
363365 - pytorch {{ version }} cpu_{{ blas_impl }}_py{{ CONDA_PY }}*{{ build }} # [cuda_compiler_version == "None"]
366+ test :
367+ requires :
364368 - {{ compiler('c') }}
365369 - {{ compiler('cxx') }}
366370 # for torch.compile tests
You can’t perform that action at this time.
0 commit comments