Skip to content

Commit

Permalink
Merge pull request #2125 from h-vetinari/por_que_no_te_callas
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Nov 8, 2024
2 parents 3112dca + 3593eb3 commit 73c3564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda_smithy/templates/run_win_build.bat.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ call "%MICROMAMBA_EXE%" create --yes --root-prefix "%MAMBA_ROOT_PREFIX%" --prefi
if !errorlevel! neq 0 exit /b !errorlevel!
{#- set "CONDA_PKGS_DIRS=" #}
echo Removing %MAMBA_ROOT_PREFIX%
del /S /Q "%MAMBA_ROOT_PREFIX%"
del /S /Q "%MICROMAMBA_TMPDIR%"
del /S /Q "%MAMBA_ROOT_PREFIX%" >nul
del /S /Q "%MICROMAMBA_TMPDIR%" >nul
{%- elif conda_install_tool == "pixi" %}
call :start_group "Provisioning base env with pixi"
echo Installing pixi
Expand Down

0 comments on commit 73c3564

Please sign in to comment.