Skip to content

Commit

Permalink
Merge 83ffea1 into 0927e23
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchariGr committed Apr 9, 2024
2 parents 0927e23 + 83ffea1 commit 1ef2f9d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .github/poetry_version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# The poetry version is stored in a separate file due to the https://github.com/python-poetry/poetry/issues/3316
poetry-version=1.4.2
poetry-version=1.8.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get update -qq \

# install poetry
# keep this in sync with the version in pyproject.toml and Dockerfile
ENV POETRY_VERSION 1.4.2
ENV POETRY_VERSION 1.8.2
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN curl -sSL https://install.python-poetry.org | python
ENV PATH "/root/.local/bin:/opt/venv/bin:${PATH}"
Expand Down

0 comments on commit 1ef2f9d

Please sign in to comment.