From 7d796c6aa6fcbbafb927673b9afff622fb09ce98 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 27 Jun 2021 14:21:28 +0200 Subject: [PATCH] Install python3 and pip for httpbin We need Python 3 for running httpbin for wxWebRequest tests. --- .github/workflows/ci_msw_cross.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_msw_cross.yml b/.github/workflows/ci_msw_cross.yml index ba99b14dac..c7020474fd 100644 --- a/.github/workflows/ci_msw_cross.yml +++ b/.github/workflows/ci_msw_cross.yml @@ -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)