.gitea/workflows/run.yaml aktualisiert
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4m59s Details

This commit is contained in:
Falko Victor Habel 2024-10-31 15:27:44 +00:00
parent 812548354e
commit b996551df2
1 changed files with 5 additions and 1 deletions

View File

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