From 6d1115f97389cffa3d9da4fd8c2de8358ad1b0e2 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Tue, 18 Apr 2023 19:46:17 +1100 Subject: [PATCH] plasma-import is CUDA-sensitive; only test on linux64 --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 423527421..65dc6ad56 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -270,7 +270,7 @@ outputs: - pyarrow.gandiva - pyarrow.orc # [unix] - pyarrow.parquet - - pyarrow.plasma # [unix] + - pyarrow.plasma # [unix and (cuda_compiler_version == "None" or linux64)] - pyarrow.fs - pyarrow._s3fs - pyarrow._hdfs