From 8510949b12f5083526b49c8df51e1daf894713fc Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Fri, 30 Aug 2024 11:25:04 +1100 Subject: [PATCH] also include compilers on osx for testing --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b49aaeaa..a657a5c5 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -109,8 +109,8 @@ test: - typing_extensions # some linux tests need a C/C++ compiler; # extra f2py tests need a fortran compiler - - {{ compiler('c') }} # [linux] - - {{ compiler('cxx') }} # [linux] + - {{ compiler('c') }} # [unix] + - {{ compiler('cxx') }} # [unix] - {{ compiler('fortran') }} # [linux] commands: - f2py -h