From a5d5d72064c97084248bdcb03730cf7e39138468 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Fri, 24 Nov 2023 09:29:34 +0100 Subject: [PATCH] Update meta.yaml add python version to conda build string --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index cd87930c79..9a52833056 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -14,7 +14,7 @@ source: path: .. build: - string: {{ variant }}_h{{ PKG_HASH }}_{{ build }} + string: py{{ CONDA_PY }}_{{ variant }}_h{{ PKG_HASH }}_{{ build }} binary_relocation: false [osx] number: {{ build }}