diff --git a/Makefile b/Makefile index f14955daf4..83b8572810 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ create-env: ## create galaxyproject-hub conda environment if ${CONDA} env list | grep '^${CONDA_ENV}'; then \ ${CONDA} env update -f environment.yml; \ else \ - ${CONDA} env create --force -f environment.yml; \ + ${CONDA} env create -f environment.yml; \ fi .PHONY: create-env