Fix bug with poetry installation on python3.7

Remove python3.6 compatibility
This commit is contained in:
2023-03-29 19:10:31 -04:00
parent fcaac8ca43
commit 96bd80db6e
3 changed files with 145 additions and 145 deletions

View File

@@ -28,9 +28,9 @@ poetry --version --no-ansi;
poetry run pip --version;
poetry install \
--quiet \
--sync \
--no-ansi \
--no-root \
--only ci;
poetry env info;