tests #17

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

View File

@ -30,7 +30,7 @@ jobs:
sudo apt-get update sudo apt-get update
sudo apt-get install -y python3-tk sudo apt-get install -y python3-tk
# Install UI dependencies # Install UI dependencies
- name: Install Tkinter dependencies - name: Install UI dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y xvfb python3-tk sudo apt-get install -y xvfb python3-tk