Skip to content

Commit e010342

Browse files
author
AntoniaSzecsi
committed
chore: remove the env for poetry
1 parent 8cb20a8 commit e010342

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/integration/docker/Dockerfile.echo.amazonlinux2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ RUN /usr/local/bin/python${RUNTIME_VERSION} -m pip install wheel poetry
9090

9191
# Configure poetry to use the correct python version
9292
RUN poetry config virtualenvs.create false
93-
RUN poetry env use python3
9493

9594
RUN make init build
9695

tests/integration/docker/Dockerfile.echo.amazonlinux2023

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN /usr/local/bin/python${RUNTIME_VERSION} -m pip install setuptools wheel poet
9393

9494
# Configure poetry to use the correct python version
9595
RUN poetry config virtualenvs.create false
96-
RUN poetry env use python3
96+
9797
RUN make init build
9898

9999
RUN ls -la ./dist/

0 commit comments

Comments
 (0)