From ce2e9276c82d03bcd02ad223ebb725d67cc395a1 Mon Sep 17 00:00:00 2001 From: Timothy Sutton Date: Wed, 9 Nov 2022 09:23:47 -0500 Subject: [PATCH] fix PYTHONPATH --- ci/windows/ci-windows.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ci/windows/ci-windows.sh b/ci/windows/ci-windows.sh index c263275..f329809 100755 --- a/ci/windows/ci-windows.sh +++ b/ci/windows/ci-windows.sh @@ -7,12 +7,11 @@ PYTHON_VERSION=2.7.18 script_dir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd )" python="/c/hostedtoolcache/windows/Python/${PYTHON_VERSION}/x64/python" ls '/c/program files' - +export PYTHONPATH="${python}" $python -V $python -m pip install -r "${script_dir}/requirements.txt" -PYTHON_HOME="/c/hostedtoolcache/windows/Python/${PYTHON_VERSION}/x64" \ - pyinstaller \ +pyinstaller \ --onefile \ brigadier