add poetry-dotenv-plugin (#26216)

old-commit-hash: 1be5cecfa256c16ae8ec9f71bbcd1a57220bf282
This commit is contained in:
Cameron Clough
2022-10-23 15:49:32 -07:00
committed by GitHub
parent 1ff74d58b7
commit 51c3941fff
+1
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