Update poetry installer URL

This commit is contained in:
Ilya Fedin 2022-09-04 07:32:38 +04:00 committed by John Preston
parent bd7a880468
commit 9ac739c423

View File

@ -25,9 +25,7 @@ jobs:
submodules: recursive
- name: First set up.
run: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
echo $HOME/.poetry/bin >> $GITHUB_PATH
run: curl -sSL https://install.python-poetry.org | python3 -
- name: Docker image build.
run: |