From bc586fe73b40548e92676d1dd251d1ec383d08e8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 31 Jan 2021 10:29:43 +0100 Subject: [PATCH] Try fix CI --- build_helpers/install_windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_helpers/install_windows.ps1 b/build_helpers/install_windows.ps1 index 5747db335..2025a1a44 100644 --- a/build_helpers/install_windows.ps1 +++ b/build_helpers/install_windows.ps1 @@ -2,7 +2,7 @@ # Downloaded from https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib # Invoke-WebRequest -Uri "https://download.lfd.uci.edu/pythonlibs/xxxxxxx/TA_Lib-0.4.17-cp37-cp37m-win_amd64.whl" -OutFile "TA_Lib-0.4.17-cp37-cp37m-win_amd64.whl" -python -m pip install --upgrade pip +python -m pip install --upgrade pip==21.0.0 $pyv = python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')"