Skip to content

Commit f8546b3

Browse files
committed
Limit to osx/py312 testing
Signed-off-by: Michał Górny <[email protected]>
1 parent 6c50e6a commit f8546b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ build:
7575
{% else %}
7676
skip: true # [is_rc]
7777
{% endif %}
78+
skip: true # [not osx]
79+
skip: true # [blas_impl!='mkl']
7880
string: cuda{{ cuda_compiler_version | replace('.', '') }}_{{ blas_impl }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version != "None"]
7981
string: cpu_{{ blas_impl }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version == "None"]
8082
detect_binary_files_with_prefix: false

0 commit comments

Comments
 (0)