From c05187f2e678cc50ae674c54549e509e751f4c3a Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Sat, 4 Dec 2021 11:57:29 -0500 Subject: [PATCH] Update CI poetry installation to use new install-poetry script --- .github/scripts/setup-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/setup-env.sh b/.github/scripts/setup-env.sh index 1b43d94..19477a4 100755 --- a/.github/scripts/setup-env.sh +++ b/.github/scripts/setup-env.sh @@ -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 \