Skip to content

Commit

Permalink
CI: Fix bash call (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Sep 27, 2024
1 parent e9e64c5 commit 05d8879
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 @@ -13,7 +13,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 @@ -29,7 +29,7 @@ concurrency:

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

env:
DISPLAY: ":99.0"
Expand Down

0 comments on commit 05d8879

Please sign in to comment.