fix(seacogs): don't upgrade pip
All checks were successful
Docker Build / Build (push) Successful in 5s
All checks were successful
Docker Build / Build (push) Successful in 5s
This commit is contained in:
parent
1c976efca6
commit
c0af4481cb
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ 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