diff --git a/Makefile b/Makefile index 7e9e1e1..b240cd2 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ install: if conda env list | grep -q '^backend-api '; then \ echo "Environment already exists."; \ else \ - conda env create -f environment_conda.yml; \ + conda env create -f environment.yml; \ fi $(MAKE) install-pre-commit