Skip to content

Commit f295f6b

Browse files
committed
Start w/ fresh anaconda; delete previous env before test
1 parent 107e56b commit f295f6b

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
@@ -69,13 +69,14 @@ test:
6969

7070
# Test contents in repository using different python versions
7171
repository-test-all:
72+
- rm -rf $(CONDA)
7273
@ for version in $(PYTHONVERS) ; do \
7374
make repository-test PYTHON=$$version ; \
7475
done
7576

7677
repository-test:
7778
@make clean
78-
79+
conda remove --name $(PYTHON) --all -y
7980
make condaenv PYTHON=$(PYTHON)
8081

8182
# https://stackoverflow.com/questions/30306099/pip-install-editable-vs-python-setup-py-develop

0 commit comments

Comments
 (0)