Skip to content

Commit

Permalink
Exit on error for test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup committed Jan 17, 2024
1 parent 355c904 commit a8bd01b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/scripts/run-min-deps.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

mamba env remove -yn scanpy-min-deps-test
mamba create -yn scanpy-min-deps-test "python=3.9"

Expand Down

0 comments on commit a8bd01b

Please sign in to comment.