fix(seacogs): upgrade pip before installing poetry
Some checks failed
Docker Build / Build (push) Failing after 25s
Some checks failed
Docker Build / Build (push) Failing after 25s
This commit is contained in:
parent
465362b888
commit
1c976efca6
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
manual:
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
|
|
|
@ -32,6 +32,7 @@ RUN python3.11 --version
|
|||
|
||||
# Install Poetry
|
||||
|
||||
RUN python3.11 -m pip install --upgrade pip
|
||||
RUN python3.11 -m pip install poetry
|
||||
RUN poetry config virtualenvs.create false
|
||||
|
||||
|
|
Loading…
Reference in a new issue