hopefully fixed poetry installer
Some checks failed
Docker Build / Build SeaCogs (push) Successful in 5s
Docker Build / Build PyZipline (push) Failing after 16s

This commit is contained in:
Seaswimmer 2024-01-15 05:33:11 -05:00
parent ecc104b48d
commit a125cbd217
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -35,9 +35,9 @@ RUN apt-get install -y \
RUN python3.12 --version RUN python3.12 --version
# Install Poetry # Install Poetry
ENV POETRY_HOME="/.poetry"
RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 - RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 -
ENV PATH="$HOME/.local/bin:$PATH" ENV PATH = "$POETRY_HOME/bin:$PATH"
RUN poetry config virtualenvs.create false RUN poetry config virtualenvs.create false
# Install dependencies # Install dependencies