Skip to content

Commit e52f775

Browse files
committed
DEBUG: only windows with one python version
1 parent ad9b40e commit e52f775

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

recipe/meta.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ source:
6767

6868
build:
6969
number: {{ build }}
70+
# debug
71+
skip: true # [not win]
7072
# This logic allows two rc variants to be defined in the conda_build_config, but only one to actually be built.
7173
# We want to be able to define two variants in the cbc so we can assign different labels to each in the upload channel
7274
# (by zipping is_rc with channel_targets). This prevents rc builds being used unless specifically requested.
@@ -232,6 +234,7 @@ outputs:
232234
string: cuda{{ cuda_compiler_version | replace('.', '') }}_{{ blas_impl }}_py{{ CONDA_PY }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version != "None"]
233235
string: cpu_{{ blas_impl }}_py{{ CONDA_PY }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version == "None"]
234236
detect_binary_files_with_prefix: false
237+
skip: true # [py!=312]
235238
run_exports:
236239
- {{ pin_subpackage('pytorch', max_pin='x.x') }}
237240
- {{ pin_subpackage('libtorch', max_pin='x.x') }}
@@ -335,6 +338,7 @@ outputs:
335338
string: cuda{{ cuda_compiler_version | replace('.', '') }}_{{ blas_impl }}_py{{ CONDA_PY }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version != "None"]
336339
string: cpu_{{ blas_impl }}_py{{ CONDA_PY }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version == "None"]
337340
detect_binary_files_with_prefix: false
341+
skip: true # [py!=312]
338342
requirements:
339343
host:
340344
- python

0 commit comments

Comments
 (0)