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

BUG: Fix multiple Python version usage #1444

Merged
merged 7 commits into from
Nov 24, 2024

Conversation

HaoZeke
Copy link
Member

@HaoZeke HaoZeke commented Nov 24, 2024

Closes #1294. Basically ensures that the asv.config defined python takes precedence over the one written into an environment.yml file. This may cause resolution issues if there are a lot of pinned packages in the file, but that's basically user error.

Also fixes a subtle bug within the mamba plugin which caused incorrect environments to be created for multiple python versions.

asv/plugins/mamba.py Outdated Show resolved Hide resolved
@HaoZeke HaoZeke requested a review from mattip November 24, 2024 17:39
@mattip mattip merged commit 4c31eda into airspeed-velocity:main Nov 24, 2024
15 checks passed
@mattip
Copy link
Contributor

mattip commented Nov 24, 2024

Thanks @HaoZeke

@HaoZeke HaoZeke deleted the fix_multi_python branch November 24, 2024 21:38
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.

BUG: Package requires a different Python
2 participants