Skip to content

Commit

Permalink
fix-conda-env
Browse files Browse the repository at this point in the history
  • Loading branch information
david-hummingbot authored Oct 14, 2024
1 parent c0b36a7 commit 967a845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 967a845

Please sign in to comment.