Skip to content

Commit 50eddc0

Browse files
authored
Update python-builder.yml
1 parent 712d3e2 commit 50eddc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-builder.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,10 @@ jobs:
144144
- name: Install missing tkinter
145145
run: |
146146
if ('${{ matrix.platform }}' -eq 'linux-18.04') {
147+
sudo apt-get update
147148
sudo apt-get install python3-tk
149+
sudo apt-get install python-support
150+
sudo update-python-modules -a
148151
}
149152
150153
- name: Verbose python binary links

0 commit comments

Comments
 (0)