From 967a845d3ae0c583b14a725b2fa2a17417c0f9f0 Mon Sep 17 00:00:00 2001 From: david-hummingbot <85695272+david-hummingbot@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:15:03 +0800 Subject: [PATCH] fix-conda-env --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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