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

Drop conda remove for non-existent env #285

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

jakirkham
Copy link
Member

Previously conda create --download-only would still create an empty environment even when using --download-only. Not entirely sure when this got fixed.

However we know it did as conda remove now errors if an environment does not exist ( #284 (comment) ), which we are now seeing on CI ( #284 ). The reason this only started happening now is conda version 24.9.0 was only just packaged on conda-forge earlier today ( conda-forge/conda-feedstock#240 )

Given this, simply drop the unneeded conda remove line to fix the CI error

@jakirkham
Copy link
Member Author

cc @conda-forge/core

@xhochy xhochy merged commit 6a2dceb into conda-forge:main Oct 2, 2024
10 checks passed
@jakirkham jakirkham deleted the drop_unneeded_conda_remove branch October 2, 2024 09:52
@jakirkham
Copy link
Member Author

Thanks Uwe! 🙏

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