From 592bbfe80054d008471d17d2a08b46a033593be2 Mon Sep 17 00:00:00 2001 From: Timothy Sutton Date: Wed, 9 Nov 2022 09:19:46 -0500 Subject: [PATCH] tweaks --- ci/windows/ci-windows.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ci/windows/ci-windows.sh b/ci/windows/ci-windows.sh index 60f80a2..2ea7a9a 100755 --- a/ci/windows/ci-windows.sh +++ b/ci/windows/ci-windows.sh @@ -10,8 +10,9 @@ ls '/c/program files' $python -V -# which python +$python -m pip install -r "${script_dir}/requirements.txt" -pip install -r "${script_dir}/requirements.txt" - -pyinstaller --onefile brigadier +$PYTHON_HOME="/c/hostedtoolcache/windows/Python/${PYTHON_VERSION}/x64" \ + pyinstaller \ + --onefile \ + brigadier