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

CI always runs with Python 3.13 (ignores specification) #756

Open
dmitry-kabanov opened this issue Jan 15, 2025 · 1 comment
Open

CI always runs with Python 3.13 (ignores specification) #756

dmitry-kabanov opened this issue Jan 15, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@dmitry-kabanov
Copy link
Collaborator

dmitry-kabanov commented Jan 15, 2025

Describe the bug
I have noticed that GitHub Actions always use Python 3.13 - precisely, conda creates an environment always with the default version of Python, although it is specified via the python-version key.

Expected behavior
Each job must use the specified Python version.

To Reproduce
See GitHub Actions reports - particularly, section "Show info" shows that the version of Python is always 3.13. For example, in the output of the job qa-ubuntu-conda-3.10

python is /home/runner/miniconda3/envs/test/bin/python
Python 3.13.1

In spite of the fact that it for this job it must be Python 3.10.

@dmitry-kabanov dmitry-kabanov added the bug Something isn't working label Jan 15, 2025
@dmitry-kabanov
Copy link
Collaborator Author

Local branch for this is github-actions-fix-python-version, in the um02 directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant