Commit 5b904e0f authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add working dir to CONDA_EXE_DIR on Windows

parent fd6e8101
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ install_conda_deps()

  local CONDA_EXE_DIR
  if [ $PLATFORM = "Windows" ]; then
    CONDA_EXE_DIR=$MINIFORGE_INSTALL_DIR/Scripts
    CONDA_EXE_DIR=${PWD}/$MINIFORGE_INSTALL_DIR/Scripts
  else
    CONDA_EXE_DIR=$MINIFORGE_INSTALL_DIR/bin
  fi