Install python3 and pip for httpbin

We need Python 3 for running httpbin for wxWebRequest tests.
This commit is contained in:
Vadim Zeitlin
2021-06-27 14:21:28 +02:00
parent 3e5cf7a5c7
commit 7d796c6aa6

View File

@@ -86,7 +86,7 @@ jobs:
run: |
export DEBIAN_FRONTEND=noninteractive
packages="git make wine x11-xserver-utils xvfb"
packages="git make python3 python3-pip wine x11-xserver-utils xvfb"
case "${HOST_TRIPLET}" in
x86_64-w64-mingw32)