From 3ed9f5c6c2d6820241494f033d918dedde8b74dc Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 12 Jun 2024 11:37:28 -0500 Subject: [PATCH] see if join() is the problem --- conda/recipes/dask-cuda/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/dask-cuda/meta.yaml b/conda/recipes/dask-cuda/meta.yaml index e3ba74f1..91e0445f 100644 --- a/conda/recipes/dask-cuda/meta.yaml +++ b/conda/recipes/dask-cuda/meta.yaml @@ -21,8 +21,8 @@ build: script: - {{ PYTHON }} -m pip install . -vv entry_points: - {% for e in data["project"]["scripts"].items() %} - - {{ e|join(" = ") }} + {% for entrypoint, callable in data["project"]["scripts"].items() %} + - {{ entrypoint ~ ' = ' ~ callable }} {% endfor %} requirements: