Skip to content

Commit

Permalink
BUILD: kaleido should be python-kaleido for conda build
Browse files Browse the repository at this point in the history
We should probably change this upstream in the copier template.
  • Loading branch information
MridulS authored Sep 11, 2024
1 parent 48b4353 commit a8fdfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test:

{# Conda does not allow spaces between package name and version, so remove them #}
{% for package in test_dependencies %}
- {% if package == "graphviz" %}python-graphviz{% else %}{{ package|replace(" ", "") }}{% endif %}
- {% if package == "graphviz" %}python-graphviz{% elif package == "kaleido" %}python-kaleido{% else %}{{ package|replace(" ", "") }}{% endif %}
{% endfor %}


Expand Down

0 comments on commit a8fdfec

Please sign in to comment.