Skip to content

Commit

Permalink
CI: Fix bash call (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Sep 27, 2024
1 parent 0adc51c commit 2b099ec
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:
PACKAGE: "geoviews"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

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

env:
DISPLAY: ":99.0"
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 2b099ec

Please sign in to comment.