Skip to content

Commit

Permalink
tests: docker: playwright: remove obsolete Python version
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <mail@florianscherf.de>
  • Loading branch information
fscherf committed Jul 10, 2023
1 parent d0b50b9 commit 47bf11b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playwright.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ RUN git clone https://github.com/yyuu/pyenv.git .pyenv
ENV PYENV_ROOT $HOME/.pyenv
ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH

RUN pyenv install 3.7:latest
RUN pyenv install 3.8:latest
RUN pyenv install 3.9:latest
RUN pyenv install 3.10:latest
Expand Down

0 comments on commit 47bf11b

Please sign in to comment.