use python3.12 -m poetry instead of just poetry
Some checks failed
Actions / build (push) Failing after 29s

This commit is contained in:
Seaswimmer 2024-09-18 09:06:02 -04:00
parent c57143c1d3
commit d9f844eb47
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -47,4 +47,4 @@ RUN python3.12 -m pip install -U poetry
RUN python3.12 -m pip install -U click packaging colorama zipp distro importlib-metadata RUN python3.12 -m pip install -U click packaging colorama zipp distro importlib-metadata
RUN curl -sSL https://www.coastalcommits.com/cswimr/PyFlowery/raw/branch/main/pyproject.toml -o pyproject.toml RUN curl -sSL https://www.coastalcommits.com/cswimr/PyFlowery/raw/branch/main/pyproject.toml -o pyproject.toml
RUN curl -sSL https://www.coastalcommits.com/cswimr/PyFlowery/raw/branch/main/poetry.lock -o poetry.lock RUN curl -sSL https://www.coastalcommits.com/cswimr/PyFlowery/raw/branch/main/poetry.lock -o poetry.lock
RUN poetry install --with dev --with docs RUN python3.12 -m poetry install --with dev --with docs