tests #17

Merged
Fabel merged 14 commits from tests into develop 2024-11-01 07:46:03 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 1ccc530b56 - Show all commits

View File

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