You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
In spite of the fact that it for this job it must be Python 3.10.
The text was updated successfully, but these errors were encountered: