Skip to content

GitHub actions fix python version #754

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

Conversation

dmitry-kabanov
Copy link
Collaborator

@dmitry-kabanov dmitry-kabanov commented Jan 8, 2025

MaRDI Pull Request

This PR fixes the following bug:

When Conda environment is created, it always uses the default Python version (3.12 as of 2025-01-08), instead of using the value specified by the python-version key.

This happened because the `python-version` key was specified
after the `environment-file` key.
Therefore, Conda was creating an environment with the default version
Python 3.12 (as of this writing, 2025-01-08), instead of using
the specified version.
@dmitry-kabanov dmitry-kabanov force-pushed the github-actions-fix-python-version branch from 687dbca to a95e4dd Compare January 8, 2025 14:35
@dmitry-kabanov dmitry-kabanov force-pushed the github-actions-fix-python-version branch from a95e4dd to 4efacfb Compare January 8, 2025 14:41
@dmitry-kabanov dmitry-kabanov merged commit b7c19db into MaRDI4NFDI:main Jan 15, 2025
5 checks passed
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.

1 participant