diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 1fbc1ce..9c60fad 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -3,6 +3,7 @@ on: push: branches: - main + manual: jobs: Build: diff --git a/SeaCogs/Dockerfile b/SeaCogs/Dockerfile index 686e274..88aecdc 100644 --- a/SeaCogs/Dockerfile +++ b/SeaCogs/Dockerfile @@ -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