From c07e5039f0f7803f0ef838d2fd4f7d37a73a522a Mon Sep 17 00:00:00 2001 From: mencian Date: Fri, 11 Oct 2024 12:14:11 -0500 Subject: [PATCH] revert to skipping osx --- recipes/gmap/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/gmap/meta.yaml b/recipes/gmap/meta.yaml index 826e60f2c4959..73317212bce16 100644 --- a/recipes/gmap/meta.yaml +++ b/recipes/gmap/meta.yaml @@ -14,7 +14,7 @@ source: build: number: 0 - #skip: True # [osx and x86_64] + skip: True # [osx and x86_64] run_exports: - {{ pin_subpackage('gmap', max_pin=None) }}