From b92140a9063fe3b5977b362e8c3c8dd44da4b7ab Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Tue, 1 Oct 2024 17:13:47 +0200 Subject: [PATCH] Update meta.yaml --- conda/pure_python_recipe_template/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conda/pure_python_recipe_template/meta.yaml b/conda/pure_python_recipe_template/meta.yaml index 8a47fd006..09da1095d 100644 --- a/conda/pure_python_recipe_template/meta.yaml +++ b/conda/pure_python_recipe_template/meta.yaml @@ -34,7 +34,8 @@ requirements: test: commands: - - pip check + # Do not run pip check on arm64 as pip list does not list qtpy5 and qtwebengine + - pip check # [arm64] requires: - pip