mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 16:41:07 -05:00
Add user-global site-packages to $PYTHONPATH
This commit is contained in:
parent
8d5f27cca4
commit
d7edd4c957
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ ENV PYTHONUNBUFFERED 1
|
||||||
ENV PIP_NO_CACHE_DIR 1
|
ENV PIP_NO_CACHE_DIR 1
|
||||||
|
|
||||||
ENV PATH "/root/.local/bin:${PATH}"
|
ENV PATH "/root/.local/bin:${PATH}"
|
||||||
|
ENV PYTHONPATH "/root/.local/lib/python3.9/site-packages"
|
||||||
|
|
||||||
COPY requirements requirements
|
COPY requirements requirements
|
||||||
RUN \
|
RUN \
|
||||||
|
|
Loading…
Reference in a new issue