Use bash in makefile

Fixes broken [[ ]] syntax when default sh is used
This commit is contained in:
Peter Parente
2016-06-28 09:12:18 -04:00
committed by GitHub
parent 9f5bbec91d
commit aac28dde87

View File

@@ -3,6 +3,9 @@
.PHONY: build-all help environment-check release-all
# Use bash for inline if-statements in test target
SHELL:=bash
OWNER:=jupyter
# need to list these manually because there's a dependency tree
ALL_STACKS:=base-notebook \