fix(seacogs): upgrade pip before installing poetry
Some checks failed
Docker Build / Build (push) Failing after 25s

This commit is contained in:
Seaswimmer 2024-01-07 07:01:39 -05:00
parent 465362b888
commit 1c976efca6
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@ on:
push:
branches:
- main
manual:
jobs:
Build:

View file

@ -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