mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-12-05 01:40:44 +00:00
Update CI poetry installation to use new install-poetry script
This commit is contained in:
parent
5ccc56956b
commit
c05187f2e6
2
.github/scripts/setup-env.sh
vendored
2
.github/scripts/setup-env.sh
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user