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

chore: support disable for new conda deco #1532

Closed
wants to merge 37 commits into from

Conversation

saikonen
Copy link
Collaborator

@saikonen saikonen commented Sep 12, 2023

add support for disabled= for the new conda flow and step decorators. Also support disabled= for PyPI decorator.

@saikonen saikonen force-pushed the chore/support-disable-for-new-conda branch from 35ace52 to 5cd9d71 Compare September 13, 2023 07:32
@saikonen saikonen marked this pull request as ready for review September 13, 2023 14:21
* add docstrings to conda flow and step decorators

* unify micromamba binary download locations

* explicitly except KeyError

* unused import
@saikonen saikonen force-pushed the chore/support-disable-for-new-conda branch from d1a052c to 1f4778a Compare September 13, 2023 16:43
@saikonen saikonen force-pushed the chore/support-disable-for-new-conda branch from 1f4778a to 7b06779 Compare September 15, 2023 13:54
yield environment["id_"], {
**{
k: v
for k, v in environment[type_].items()
if k != "platforms"
if k in ["python", "packages"]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

went with the simplest way for restricting passing non-supported parameters to the solvers.

@savingoyal
Copy link
Collaborator

fixed and merged to #1505

@savingoyal savingoyal closed this Sep 27, 2023
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