added no chache-option to poetry

This commit is contained in:
brian
2025-03-17 21:11:52 +00:00
parent e9340f17c4
commit 5870c3b0a3
+1
View File
@@ -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