From 1864e15cb49f084868c89e050fba05fad39002d7 Mon Sep 17 00:00:00 2001 From: Timothy Sutton Date: Wed, 9 Nov 2022 09:26:13 -0500 Subject: [PATCH] fix PATH --- ci/windows/ci-windows.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/windows/ci-windows.sh b/ci/windows/ci-windows.sh index f329809..7ba6b39 100755 --- a/ci/windows/ci-windows.sh +++ b/ci/windows/ci-windows.sh @@ -12,6 +12,7 @@ $python -V $python -m pip install -r "${script_dir}/requirements.txt" +PATH="/c/hostedtoolcache/windows/Python/${PYTHON_VERSION}/x64/Scripts:$PATH" pyinstaller \ --onefile \ brigadier