fixed environment
Some checks failed
Docker Build / Build SeaCogs (push) Successful in 5s
Docker Build / Build PyZipline (push) Failing after 5s

This commit is contained in:
Seaswimmer 2024-01-15 05:27:46 -05:00
parent ae4cecbdd6
commit ecc104b48d
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -37,6 +37,7 @@ RUN python3.12 --version
# Install Poetry
RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 -
ENV PATH="$HOME/.local/bin:$PATH"
RUN poetry config virtualenvs.create false
# Install dependencies