From 92d073effc7c6795568dc776c20bc2ce42e4ac95 Mon Sep 17 00:00:00 2001 From: Jordan Jacobelli Date: Wed, 22 Sep 2021 17:52:28 +0200 Subject: [PATCH] Skip imports tests on arm64 Signed-off-by: Jordan Jacobelli --- conda/recipes/cuspatial/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/recipes/cuspatial/meta.yaml b/conda/recipes/cuspatial/meta.yaml index d71cf1fee..6557f8e38 100644 --- a/conda/recipes/cuspatial/meta.yaml +++ b/conda/recipes/cuspatial/meta.yaml @@ -35,9 +35,9 @@ requirements: - gdal >=3.3.0,<3.4.0a0 - geopandas >=0.9.0,<0.10.0a0 -test: - commands: - - python -c "import cuspatial" +test: # [linux64] + commands: # [linux64] + - python -c "import cuspatial" # [linux64] about: home: http://rapids.ai/