We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6282e3 commit 76b646dCopy full SHA for 76b646d
1 file changed
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs: {
57
"run": "docker run --rm \
58
-v \"${{ github.workspace }}/ci/smoke_psutil.py:/tmp/smoke_psutil.py:ro\" \
59
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'",
+ 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'",
61
},
62
{
63
"name": "tkinter smoke test (non-blocking — see TODO in build_tk.sh)",
0 commit comments