Skip to content

Commit

Permalink
.github/workflows/Dockerfile: add poetry install step to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ehildenb committed Sep 4, 2024
1 parent fc4c324 commit 6ea0944
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ USER ${USER}:${GROUP}
ENV PATH=/home/${USER}/.local/bin:${PATH}
RUN pip install pytest \
&& pytest --version
RUN curl -sSL https://install.python-poetry.org | python3 - \
&& poetry --version

0 comments on commit 6ea0944

Please sign in to comment.