Skip to content

Commit

Permalink
Update Makefile.envs
Browse files Browse the repository at this point in the history
  • Loading branch information
hackalog committed Oct 22, 2020
1 parent f7b3b0d commit 50847f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{ cookiecutter.repo_name }}/Makefile.envs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ delete_environment:
ifeq (conda,$(VIRTUALENV))
@echo "Deleting conda environment."
$(CONDA_EXE) env remove -n $(PROJECT_NAME)
rm environment.$(ARCH).lock.yml
ifneq ("X$(wildcard .post-delete-environment.txt)","X")
@cat .post-delete-environment.txt
endif
Expand Down

0 comments on commit 50847f4

Please sign in to comment.