Skip to content

Commit b336819

Browse files
committed
Fix Makefile error
1 parent 207f120 commit b336819

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ repository-test-all:
7676

7777
repository-test:
7878
@make clean
79-
conda remove --name $(PYTHON) --all -y
79+
8080
make condaenv PYTHON=$(PYTHON)
81+
conda remove --name $(PYTHON) --all -y
8182

8283
# https://stackoverflow.com/questions/30306099/pip-install-editable-vs-python-setup-py-develop
8384
$(CONDA_ACTIVATE) $(PYTHON); \

0 commit comments

Comments
 (0)