Skip to content

Commit 1995ebe

Browse files
authored
Update python-builder.yml
1 parent 7e0253f commit 1995ebe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-builder.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ jobs:
141141
run: python ./sources/python-config-output.py
142142
working-directory: ${{ github.workspace }}/tests
143143

144+
- name: Install missing
145+
run: |
146+
if ('${{ matrix.platform }}' -eq 'linux18.04') {
147+
apt-get install python3-tk
148+
}
149+
144150
- name: Verbose python binary links
145151
if: runner.os == 'Linux' || runner.os == 'macOS'
146152
run: |

0 commit comments

Comments
 (0)