Skip to content

Commit

Permalink
Merge pull request #368 from scipp/MridulS-patch-1
Browse files Browse the repository at this point in the history
BUILD: kaleido should be python-kaleido for conda build
  • Loading branch information
nvaytet authored Sep 11, 2024
2 parents 48b4353 + a8fdfec commit 5262ed7
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 5262ed7

Please sign in to comment.