mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-21 16:11:01 -05:00
Use py3.11 user-global site-packages in PYTHONPATH
This commit is contained in:
parent
d2a2496a01
commit
5d1679fa6b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +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"
|
||||
ENV PYTHONPATH "/root/.local/lib/python3.11/site-packages"
|
||||
|
||||
COPY requirements requirements
|
||||
RUN \
|
||||
|
|
Loading…
Reference in a new issue