Update CI poetry installation to use new install-poetry script

This commit is contained in:
Ethan Paul 2021-12-04 11:57:29 -05:00
parent 5ccc56956b
commit c05187f2e6
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF

View File

@ -30,7 +30,7 @@ python --version;
# Download the poetry install script to the cache directory and then install poetry.
# After dump the poetry version for later reference.
#
curl https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py \
curl https://install.python-poetry.org \
--output "$CI_CACHE_GET_POETRY" \
--silent \
--show-error \