Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUILD: kaleido should be python-kaleido for conda build #368

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

MridulS
Copy link
Member

@MridulS MridulS commented Sep 11, 2024

We should probably change this upstream in the copier template, but I guess we can unblock the release build of plopp for now.

We should probably change this upstream in the copier template.
@@ -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 %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we get more examples of this, we could do something like prepend python- to the package name if name in ["graphviz", "kaleido", ...], but this is fine for now.

@nvaytet nvaytet merged commit 5262ed7 into main Sep 11, 2024
4 checks passed
@nvaytet nvaytet deleted the MridulS-patch-1 branch September 11, 2024 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants