From ec54f23a68e626f2dd072cd1bcd78dd770b1fa16 Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Wed, 4 Dec 2024 07:43:41 +0000 Subject: [PATCH] CI: Check for suffixed version in meta.yaml Signed-off-by: Sebastian Berg --- conda/recipes/legate-dataframe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/legate-dataframe/meta.yaml b/conda/recipes/legate-dataframe/meta.yaml index db3cfab..f01d3f8 100644 --- a/conda/recipes/legate-dataframe/meta.yaml +++ b/conda/recipes/legate-dataframe/meta.yaml @@ -89,7 +89,7 @@ test: # import tests at build time do not work for the CUDA packages, # because builds happen on machines without a GPU. So no tests. commands: - - pip show legate-dataframe + - pip show legate-dataframe-cu12 about: # home: {{ project_urls["Homepage"] }}