From b996551df25f61415ddcadcbf09b032ffc5a0db5 Mon Sep 17 00:00:00 2001 From: Falko Victor Habel Date: Thu, 31 Oct 2024 15:27:44 +0000 Subject: [PATCH] .gitea/workflows/run.yaml aktualisiert --- .gitea/workflows/run.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/run.yaml b/.gitea/workflows/run.yaml index 0e6652b..7e85bcf 100644 --- a/.gitea/workflows/run.yaml +++ b/.gitea/workflows/run.yaml @@ -24,7 +24,11 @@ jobs: key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }} restore-keys: | ${{ runner.os }}-pip- - + # Install Tkinter dependencies + - name: Install Tkinter dependencies + run: | + sudo apt-get update + sudo apt-get install -y python3-tk # Install dependencies - name: Install dependencies run: |