add poetry-dotenv-plugin (#26216)

pull/26120/head^2
Cameron Clough 3 years ago committed by GitHub
parent 20dced4edc
commit 1be5cecfa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      update_requirements.sh

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

Loading…
Cancel
Save