From e337d1f116e1634239f05546e28d5bf73ffd4c03 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 16:01:30 -0500 Subject: [PATCH] actions take 87 --- src/travis/windows-before-install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/travis/windows-before-install.sh b/src/travis/windows-before-install.sh index 3f69e868..e506bb74 100755 --- a/src/travis/windows-before-install.sh +++ b/src/travis/windows-before-install.sh @@ -8,14 +8,16 @@ elif [[ "$PLATFORM" == "x86" ]]; then export PYTHONFILE_BITS="" export OPENSSL_BITS="" export WIX_BITS="x86" - export $CHOCO_OPTIONS="--forcex86" + export CHOCOPTIONS="--forcex86" fi echo "This is a ${BITS}-bit build for ${PLATFORM}" export mypath=$(pwd) cd ~ -choco install python $CHOCO_OPTIONS +choco install python $CHOCOPTIONS +export python=python3 +export pip=pip3 # Python #echo "Installing Python..."