Skip to content

Commit b27beba

Browse files
committed
Fixed mamba command line args.
1 parent 6fcb6a0 commit b27beba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuous_integration/scripts/make-conda-env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -x
44

55
make_ci_env() {
6-
mamba create -y -n "${CONDA_ENV}" -f "${REPO_DIR}/continuous_integration/environment.yml"
6+
mamba env create -n "${CONDA_ENV}" -f "${REPO_DIR}/continuous_integration/environment.yml"
77
}
88

99
make_conda_env() {

0 commit comments

Comments
 (0)