From 1ccc530b56060b2b446ece1e1cd6574355ecab1d Mon Sep 17 00:00:00 2001 From: Falko Victor Habel Date: Thu, 31 Oct 2024 17:09:16 +0000 Subject: [PATCH] .gitea/workflows/run.yaml aktualisiert --- .gitea/workflows/run.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/run.yaml b/.gitea/workflows/run.yaml index 967d33a..fb9af19 100644 --- a/.gitea/workflows/run.yaml +++ b/.gitea/workflows/run.yaml @@ -29,6 +29,11 @@ jobs: run: | sudo apt-get update sudo apt-get install -y python3-tk + # Install UI dependencies + - name: Install Tkinter dependencies + run: | + sudo apt-get update + sudo apt-get install -y xvfb python3-tk # Install dependencies - name: Install dependencies run: |