This commit is contained in:
@@ -21,6 +21,7 @@ jobs:
|
|||||||
PIP_TRUSTED_HOST: ${{ vars.PIP_TRUSTED_HOST }}
|
PIP_TRUSTED_HOST: ${{ vars.PIP_TRUSTED_HOST }}
|
||||||
POETRY_VERSION: 1.8.3
|
POETRY_VERSION: 1.8.3
|
||||||
POETRY_HOME: /etc/poetry
|
POETRY_HOME: /etc/poetry
|
||||||
|
POETRY_NO_INTERACTION: 1
|
||||||
run: |
|
run: |
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
export PATH=$POETRY_HOME/bin:$PATH
|
export PATH=$POETRY_HOME/bin:$PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user