From fb08991c05ddc3c96792d160dd08834e1318bd09 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 28 Jun 2021 17:06:47 -0400 Subject: [PATCH] Update windows-before-install.sh --- .github/actions/windows-before-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/windows-before-install.sh b/.github/actions/windows-before-install.sh index 21ade2f1..5e48824c 100755 --- a/.github/actions/windows-before-install.sh +++ b/.github/actions/windows-before-install.sh @@ -13,8 +13,8 @@ echo "This is a ${BITS}-bit build for ${PLATFORM}" export mypath=$(pwd) cd ~ -export python="python" -export pip="pip" +export python="c:\python\python.exe" +export pip="c:\python\scripts\pip.exe" # pyscard needs swig, keep these two together choco install $CHOCOPTIONS swig