Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 12, 2024
1 parent d6241e5 commit 39960dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/ucx-py/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ requirements:
- {{ b_r }}
{% endfor %}
# 'libucx' wheel dependency is unnecessary... the 'ucx' conda-forge package is used here instead
{% for rbb_r in data["tool"]["rapids-build-backend"]["requires"] if not r.startswith("libucx") %}
{% for rbb_r in data["tool"]["rapids-build-backend"]["requires"] if not rbb_r.startswith("libucx") %}
- {{ rbb_r }}
{% endfor %}
run:
Expand Down

0 comments on commit 39960dd

Please sign in to comment.