Update CI to always use python3.10 for metaenv

This commit is contained in:
2024-03-21 18:28:27 -04:00
parent de4ff0031f
commit 8e621138e9
2 changed files with 6 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ INSTALL_POETRY_VERSION="${POETRY_VERSION:-1.3.2}";
mkdir --parents "$CI_CACHE";
command -v python;
python --version;
python3.10 --version;
curl --location https://install.python-poetry.org \
--output "$CI_CACHE/install-poetry.py" \