Skip to content

Commit

Permalink
make conda recipe data-loading stricter (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jun 13, 2024
1 parent fcfbc4b commit ea95d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/numba_cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
load_file="numba_cuda/VERSION",
regex_pattern="(?P<value>.*)"
)[0] %}
{% set project_data = data.get("project") %}
{% set project_data = data["project"] %}
{% set project_urls = project_data["urls"] %}

package:
Expand Down

0 comments on commit ea95d9d

Please sign in to comment.