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