From f629192c3e87ecbaf29cea8eaba3536544928d37 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Tue, 19 Nov 2024 09:20:44 +0100 Subject: [PATCH] remove duplicate conda-index call on Windows --- .scripts/run_win_build.bat | 3 --- 1 file changed, 3 deletions(-) diff --git a/.scripts/run_win_build.bat b/.scripts/run_win_build.bat index 113722613456d..be2f6f527d534 100644 --- a/.scripts/run_win_build.bat +++ b/.scripts/run_win_build.bat @@ -90,9 +90,6 @@ cd .. if not exist "%CONDA_BLD_PATH%\win-64\" mkdir "%CONDA_BLD_PATH%\win-64\" if not exist "%CONDA_BLD_PATH%\win-arm64\" mkdir "%CONDA_BLD_PATH%\win-arm64\" if not exist "%CONDA_BLD_PATH%\noarch\" mkdir "%CONDA_BLD_PATH%\noarch\" -:: Make sure CONDA_BLD_PATH is a valid channel; only do it if noarch/repodata.json doesn't exist -:: to save some time running locally -if not exist "%CONDA_BLD_PATH%\noarch\repodata.json" conda index "%CONDA_BLD_PATH%" echo Index %CONDA_BLD_PATH% conda.exe index "%CONDA_BLD_PATH%"