From f69c2b2f9c3fa0645cc0e952d3a7df37ec67ae73 Mon Sep 17 00:00:00 2001 From: baugetfa Date: Tue, 30 Sep 2025 13:48:09 +0200 Subject: [PATCH] deleted string: py{{ PY_VER }} as recommanded --- conda/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index fe38589..91a6421 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -19,7 +19,6 @@ build: noarch: python number: 0 preserve_egg_dir: True - string: py{{ PY_VER }} script: - {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-build-isolation -vv