From 0e441029bd8c34915767bffae125b9f9d576ccad Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Thu, 1 Dec 2022 13:04:45 -0500 Subject: [PATCH] CI Fixes CI for windows --- build_tools/azure/install_win.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build_tools/azure/install_win.sh b/build_tools/azure/install_win.sh index b28bc86270925..ab559a1878971 100755 --- a/build_tools/azure/install_win.sh +++ b/build_tools/azure/install_win.sh @@ -7,9 +7,7 @@ set -x source build_tools/shared.sh if [[ "$DISTRIB" == "conda" ]]; then - conda update -n base conda -y - conda install pip -y - pip install "$(get_dep conda-lock min)" + conda install -c conda-forge "$(get_dep conda-lock min)" -y conda-lock install --name $VIRTUALENV $LOCK_FILE source activate $VIRTUALENV else