Skip to content

Commit 76b646d

Browse files
scc-twCopilot
andcommitted
fix: update tkinter smoke test to install build-essential before running the test
Co-authored-by: Copilot <copilot@github.com>
1 parent c6282e3 commit 76b646d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs: {
5757
"run": "docker run --rm \
5858
-v \"${{ github.workspace }}/ci/smoke_psutil.py:/tmp/smoke_psutil.py:ro\" \
5959
release-${{ github.ref_name }}:${{ matrix.version }}-${{ matrix.architecture }} \
60-
sh -c '/opt/python/bin/pip install --quiet --no-cache-dir psutil && /opt/python/bin/python /tmp/smoke_psutil.py'",
60+
sh -c 'apt-get update -y && apt-get install -y build-essential && /opt/python/bin/pip install --quiet --no-cache-dir psutil && /opt/python/bin/python /tmp/smoke_psutil.py'",
6161
},
6262
{
6363
"name": "tkinter smoke test (non-blocking — see TODO in build_tk.sh)",

0 commit comments

Comments
 (0)