use python3.12 -m poetry instead of just poetry
Some checks failed
Actions / build (push) Failing after 29s
Some checks failed
Actions / build (push) Failing after 29s
This commit is contained in:
parent
c57143c1d3
commit
d9f844eb47
1 changed files with 1 additions and 1 deletions
|
@ -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 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 poetry install --with dev --with docs
|
||||
RUN python3.12 -m poetry install --with dev --with docs
|
||||
|
|
Loading…
Reference in a new issue