From a8bd01bf229d20d549601f08e275d495e802e74f Mon Sep 17 00:00:00 2001 From: Isaac Virshup Date: Wed, 17 Jan 2024 15:31:48 +0000 Subject: [PATCH] Exit on error for test script --- ci/scripts/run-min-deps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/scripts/run-min-deps.sh b/ci/scripts/run-min-deps.sh index 6f33256b6f..a8c20b3037 100755 --- a/ci/scripts/run-min-deps.sh +++ b/ci/scripts/run-min-deps.sh @@ -1,3 +1,5 @@ +set -e + mamba env remove -yn scanpy-min-deps-test mamba create -yn scanpy-min-deps-test "python=3.9"