Skip to content

Commit a002277

Browse files
Merge pull request #39 from hummingbot/fix-conda-env
fix environment file
2 parents c0b36a7 + 967a845 commit a002277

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install:
3232
if conda env list | grep -q '^backend-api '; then \
3333
echo "Environment already exists."; \
3434
else \
35-
conda env create -f environment_conda.yml; \
35+
conda env create -f environment.yml; \
3636
fi
3737
$(MAKE) install-pre-commit
3838

0 commit comments

Comments
 (0)