Skip to content

Commit

Permalink
Install tkinter in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
m-naumann committed Dec 18, 2024
1 parent 463a000 commit a4c598c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
version: "0.5.10"

- name: Install tkinter for GUI
run: sudo apt install python3-tk -y

- name: Set up env
run: uv sync --all-extras

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ docs = [

[project.urls] # Optional
"Homepage" = "https://kit-mrt.github.io/behavior_generation_lecture_python/"
"Bug Reports" = "hhttps://github.com/KIT-MRT/behavior_generation_lecture_python/issues"
"Bug Reports" = "https://github.com/KIT-MRT/behavior_generation_lecture_python/issues"
"Source" = "https://github.com/KIT-MRT/behavior_generation_lecture_python"

[build-system]
Expand Down

0 comments on commit a4c598c

Please sign in to comment.