Skip to content

Commit

Permalink
try force-loading in the 'build' section
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 12, 2024
1 parent 3ed9f5c commit 25514b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/dask-cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ build:
script:
- {{ PYTHON }} -m pip install . -vv
entry_points:
{% set data = load_file_data("pyproject.toml") %}
{% for entrypoint, callable in data["project"]["scripts"].items() %}
- {{ entrypoint ~ ' = ' ~ callable }}
{% endfor %}
Expand Down

0 comments on commit 25514b8

Please sign in to comment.