Skip to content

Commit cb701d3

Browse files
Make conda.mk optional
Signed-off-by: Michael Riegert <michael@eowyn.net>
1 parent 3d6e19d commit cb701d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ REQUIREMENTS_FILE := requirements.txt
1717
# https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
1818
ENVIRONMENT_FILE := environment.yml
1919

20-
include third_party/make-env/conda.mk
20+
-include third_party/make-env/conda.mk
2121

2222
# Create a version.py file
2323
VERSION_PY = sphinxcontrib_hdl_diagrams/version.py

0 commit comments

Comments
 (0)