fixed printing poetry version
Some checks failed
Docker Build / Build SeaCogs (push) Successful in 5s
Docker Build / Build PyZipline (push) Failing after 19s

This commit is contained in:
Seaswimmer 2024-01-15 05:36:39 -05:00
parent 5720d4c5e7
commit df89730158
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -36,7 +36,7 @@ RUN python3.12 --version
# Install Poetry # Install Poetry
ENV POETRY_HOME="/.poetry" ENV POETRY_HOME="/.poetry"
RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 - && ./poetry/bin/poetry --version RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 - && /.poetry/bin/poetry --version
RUN /.poetry/bin/poetry config virtualenvs.create false RUN /.poetry/bin/poetry config virtualenvs.create false
# Install dependencies # Install dependencies