Skip to content

Commit

Permalink
Merge pull request #39 from hummingbot/fix-conda-env
Browse files Browse the repository at this point in the history
fix environment file
  • Loading branch information
david-hummingbot authored Oct 14, 2024
2 parents c0b36a7 + 967a845 commit a002277
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 a002277

Please sign in to comment.