mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-21 16:11:01 -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 PATH "/root/.local/bin:${PATH}"
|
||||
ENV PYTHONPATH "/root/.local/lib/python3.9/site-packages"
|
||||
|
||||
COPY requirements requirements
|
||||
RUN \
|
||||
|
|
Loading…
Reference in a new issue