diff --git a/ci/windows/ci-windows.sh b/ci/windows/ci-windows.sh index a2a0f22..a5a6767 100755 --- a/ci/windows/ci-windows.sh +++ b/ci/windows/ci-windows.sh @@ -2,12 +2,14 @@ set -eux -o pipefail -script_dir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd )" +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' -python -V +$python -V -which python +# which python pip install -r "${script_dir}/requirements.txt"