From f05b00c697e59cc85547a644465de60be2fabbd8 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Thu, 14 Apr 2022 13:43:12 +0200 Subject: [PATCH] Update meta.yaml --- conda/pure_python_recipe_template/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda/pure_python_recipe_template/meta.yaml b/conda/pure_python_recipe_template/meta.yaml index b61e7ea9a..18ad13d4b 100644 --- a/conda/pure_python_recipe_template/meta.yaml +++ b/conda/pure_python_recipe_template/meta.yaml @@ -9,6 +9,8 @@ source: git_rev: {{ github_tag }} build: + # Due to robot-log-visualizer, drop when conda-forge does not uses Python 3.7 anymore + skip: True # [py<38] number: {{ conda_build_number }} {% raw %} script: {{ PYTHON }} -m pip install . --no-deps -vv {% endraw %}