added no chache-option to poetry
This commit is contained in:
@@ -20,6 +20,7 @@ jobs:
|
|||||||
POETRY_VERSION: 2.1.1
|
POETRY_VERSION: 2.1.1
|
||||||
POETRY_HOME: /opt/poetry
|
POETRY_HOME: /opt/poetry
|
||||||
POETRY_NO_INTERACTION: 1
|
POETRY_NO_INTERACTION: 1
|
||||||
|
POETRY_NO_CACHE: 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