diff --git a/etc/ci-install.sh b/etc/ci-install.sh index 70998fa7..e09dbccf 100644 --- a/etc/ci-install.sh +++ b/etc/ci-install.sh @@ -1,3 +1,5 @@ +set -x + # Install dependencies # Use conda **ONLY** for numpy and pandas (if not pulling from master), this # speeds up the builds a lot. Use the normal pip install for the rest.