We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbae54f commit f8ff755Copy full SHA for f8ff755
1 file changed
.github/workflows/pytest.yml
@@ -53,7 +53,12 @@ jobs:
53
- name: Install system dependencies for GUI testing
54
run: |
55
sudo apt-get update
56
- sudo apt-get install -y python3-tk scrot xdotool x11-utils gnome-screenshot
+ sudo apt-get install -y python3-tk scrot xdotool x11-utils gnome-screenshot tcl8.6 tk8.6 libtcl8.6 libtk8.6
57
+
58
+ - name: Ensure Tcl/Tk search paths
59
+ run: |
60
+ echo "TCL_LIBRARY=/usr/share/tcltk/tcl8.6" >> $GITHUB_ENV
61
+ echo "TK_LIBRARY=/usr/share/tcltk/tk8.6" >> $GITHUB_ENV
62
63
- name: Install dependencies and application
64
# without --editable, the coverage report is not generated correctly
0 commit comments