Skip to content

Commit

Permalink
CI: Fix bash call (#6393)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Sep 27, 2024
1 parent d835bc4 commit b58b3c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ concurrency:

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

env:
DISPLAY: ":99.0"
Expand Down

0 comments on commit b58b3c6

Please sign in to comment.