Skip to content

Commit

Permalink
CI: Fix bash call
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Sep 27, 2024
1 parent 9143857 commit 63c8be3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

defaults:
run:
shell: bash -l {0}
shell: bash -e {0}

env:
PYTHON_VERSION: "3.11"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

defaults:
run:
shell: bash -l {0}
shell: bash -e {0}

jobs:
pixi_lock:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jupyterlite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

defaults:
run:
shell: bash -l {0}
shell: bash -e {0}

jobs:
pixi_lock:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:

defaults:
run:
shell: bash -l {0}
shell: bash -e {0}

env:
DISPLAY: ":99.0"
Expand Down

0 comments on commit 63c8be3

Please sign in to comment.