From f126cc1d6cfe1e90fc02a1c99e3f87f3ab292ef8 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 17:50:22 -0500 Subject: [PATCH] actions take 93 --- src/travis/windows-before-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/travis/windows-before-install.sh b/src/travis/windows-before-install.sh index 5157636e..58f055a7 100755 --- a/src/travis/windows-before-install.sh +++ b/src/travis/windows-before-install.sh @@ -15,8 +15,8 @@ echo "This is a ${BITS}-bit build for ${PLATFORM}" export mypath=$(pwd) cd ~ -export python="python3" -export pip="pip3" +export python="python" +export pip="pip" # Python #echo "Installing Python..."