Skip to content

Commit

Permalink
Remove incorrect argument
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinz committed Apr 22, 2024
1 parent 0f509a0 commit 575f521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/scripts/conda-utils
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
make_conda_env_from_yaml() {
mamba env create -n "${CONDA_ENV}" -f "${yaml_file}" --force;
mamba env create -n "${CONDA_ENV}" -f "${yaml_file}";
}

generate_yaml_file() {
Expand Down

0 comments on commit 575f521

Please sign in to comment.