add poetry-dotenv-plugin (#26216)

This commit is contained in:
Cameron Clough
2022-10-23 15:49:32 -07:00
committed by GitHub
parent 20dced4edc
commit 1be5cecfa2

View File

@@ -60,6 +60,7 @@ if [ -d "./xx" ] || [ -n "$POETRY_VIRTUALENVS_CREATE" ]; then
RUN=""
else
echo "PYTHONPATH=${PWD}" > .env
poetry self add poetry-dotenv-plugin@^0.1.0
RUN="poetry run"
fi