From a1ba18e2302c251c21455e491aed13dfb14b98e0 Mon Sep 17 00:00:00 2001 From: konsthol Date: Sun, 2 Nov 2025 19:56:48 +0200 Subject: [PATCH] We know the game and we're gonna play it --- .gitea/workflows/release.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 40e4069..51b0980 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -59,10 +59,8 @@ jobs: WORKDIR /app COPY requirements.txt /app/requirements.txt COPY app /app/app - ENV DEBIAN_FRONTEND=noninteractive ENV PIP_ROOT_USER_ACTION=ignore - RUN python -m pip install --upgrade pip \ - && pip install -r /app/requirements.txt \ + RUN pip install -r /app/requirements.txt \ && cd /app/app \ && pyinstaller --onefile --add-data "ui:ui" wolServer.py EOF