fix path again
All checks were successful
build docker container / build-py38 (push) Successful in 7m38s
build docker container / build-py39 (push) Successful in 10m23s
build docker container / build-py310 (push) Successful in 9m52s
build docker container / build-py311 (push) Successful in 9m11s

This commit is contained in:
Ivan Schaller 2023-08-14 15:11:24 +02:00
parent 3e220ed860
commit 7a0359fc5a
Signed by: olofvndrhr
GPG key ID: 2A6BE07D99C8C205
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ FROM catthehacker/ubuntu:runner-22.04-20230729
ENV PYVERSION="3.10"
ENV PATH ${HOME}/.local/bin:${PATH}
ENV PATH /home/runner/.local/bin:${PATH}
RUN \
echo "*** installing python ${PYVERSION} ***" \

View file

@ -2,7 +2,7 @@ FROM catthehacker/ubuntu:runner-22.04-20230729
ENV PYVERSION="3.11"
ENV PATH ${HOME}/.local/bin:${PATH}
ENV PATH /home/runner/.local/bin:${PATH}
RUN \
echo "*** installing python ${PYVERSION} ***" \

View file

@ -2,7 +2,7 @@ FROM catthehacker/ubuntu:runner-22.04-20230729
ENV PYVERSION="3.8"
ENV PATH ${HOME}/.local/bin:${PATH}
ENV PATH /home/runner/.local/bin:${PATH}
RUN \
echo "*** installing python ${PYVERSION} ***" \

View file

@ -2,7 +2,7 @@ FROM catthehacker/ubuntu:runner-22.04-20230729
ENV PYVERSION="3.9"
ENV PATH ${HOME}/.local/bin:${PATH}
ENV PATH /home/runner/.local/bin:${PATH}
RUN \
echo "*** installing python ${PYVERSION} ***" \