Skip to content

Commit

Permalink
remove duplicate conda-index call on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 19, 2024
1 parent 9bf09da commit f629192
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .scripts/run_win_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%"
Expand Down

0 comments on commit f629192

Please sign in to comment.