feat: Poetry requests timeout (#7086)

pull/7100/head
Nam Vu 2 years ago committed by GitHub
parent f288d367ac
commit 8e23e24bd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,6 +12,7 @@ ENV POETRY_CACHE_DIR=/tmp/poetry_cache
ENV POETRY_NO_INTERACTION=1
ENV POETRY_VIRTUALENVS_IN_PROJECT=true
ENV POETRY_VIRTUALENVS_CREATE=true
ENV POETRY_REQUESTS_TIMEOUT=15
FROM base AS packages

Loading…
Cancel
Save