Skip to content

Commit

Permalink
Remove --no-default-packages flag from mamba env create
Browse files Browse the repository at this point in the history
No idea why this stopped working all of a sudden.
  • Loading branch information
maxkapur committed Dec 4, 2024
1 parent 2059973 commit a211a1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ function configure_conda_environment () {
mamba env create \
--prefix "$CONDA_PREFIX" \
--file "$CONDA_ENV_YML" \
--yes \
--no-default-packages
--yes
fi
}

Expand Down

0 comments on commit a211a1e

Please sign in to comment.