Skip to content
Snippets Groups Projects
Commit be6c4454 authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

Switch to Poetry v1.8.2 as dependency and project manager

parent ffd21c19
No related branches found
No related tags found
1 merge request!21v0.3.0: Compatibility with debian 12/python 11
......@@ -24,7 +24,7 @@ stages:
# Disable keyring for Python to avoid install crash due to prompt in local runners (e.g. the Debian10 ecs-proto)
- export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
# Check also https://python-poetry.org/docs/#ci-recommendations for later updates/upgrades of this CI!
- curl -sSL https://install.python-poetry.org | python3 - --version 1.2.1 # new way since 09.2022 (poetry v1.2.0)!
- curl -sSL https://install.python-poetry.org | python3 - --version 1.8.3 # new way since 09.2022 (poetry v1.2.0)!
- export PATH=${HOME}/.local/bin:${PATH}
- poetry --version
- poetry config virtualenvs.in-project true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment