diff --git a/ci/windows/ci-windows.sh b/ci/windows/ci-windows.sh index 2c3ab46..290e914 100755 --- a/ci/windows/ci-windows.sh +++ b/ci/windows/ci-windows.sh @@ -10,6 +10,7 @@ python="/c/hostedtoolcache/windows/Python/${PYTHON_VERSION}/x64/python" export PYTHONPATH="${python}" $python -V $python -m pip install -r "${script_dir}/requirements.txt" +$python -m pip freeze # pip-installed exes will be installed here, so we'll put those at the front # of the PATH diff --git a/ci/windows/test.sh b/ci/windows/test.sh index 8c9dfe6..9fac5f7 100644 --- a/ci/windows/test.sh +++ b/ci/windows/test.sh @@ -4,4 +4,4 @@ set -eux -o pipefail whoami -/d/a/brigadier/brigadier/dist/brigadier -m Macmini4,1 +/d/a/brigadier/brigadier/dist/brigadier -m Macmini4,1 -i