mirror of
https://github.com/enpaul/vault2vault.git
synced 2025-09-18 23:31:58 +00:00
Update CI to always use python3.10 for metaenv
This commit is contained in:
2
.github/scripts/setup-env.sh
vendored
2
.github/scripts/setup-env.sh
vendored
@@ -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" \
|
||||
|
Reference in New Issue
Block a user