We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207f120 commit b336819Copy full SHA for b336819
Makefile
@@ -76,8 +76,9 @@ repository-test-all:
76
77
repository-test:
78
@make clean
79
- conda remove --name $(PYTHON) --all -y
+
80
make condaenv PYTHON=$(PYTHON)
81
+ conda remove --name $(PYTHON) --all -y
82
83
# https://stackoverflow.com/questions/30306099/pip-install-editable-vs-python-setup-py-develop
84
$(CONDA_ACTIVATE) $(PYTHON); \
0 commit comments