We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0b36a7 + 967a845 commit a002277Copy full SHA for a002277
1 file changed
Makefile
@@ -32,7 +32,7 @@ install:
32
if conda env list | grep -q '^backend-api '; then \
33
echo "Environment already exists."; \
34
else \
35
- conda env create -f environment_conda.yml; \
+ conda env create -f environment.yml; \
36
fi
37
$(MAKE) install-pre-commit
38
0 commit comments