Skip to content

Commit

Permalink
restore bash options
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Dec 12, 2024
1 parent f6b78d7 commit b288115
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

defaults:
run:
shell: bash -euo pipefail {0}
shell: bash -elo pipefail {0}

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

defaults:
run:
shell: bash -euo pipefail {0}
shell: bash -elo pipefail {0}

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docs-linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

defaults:
run:
shell: bash -euo pipefail {0}
shell: bash -elo pipefail {0}

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-latest-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

defaults:
run:
shell: bash -euo pipefail {0}
shell: bash -elo pipefail {0}

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-minimum-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

defaults:
run:
shell: bash -euo pipefail {0}
shell: bash -elo pipefail {0}

steps:
- name: Checkout repo
Expand Down

0 comments on commit b288115

Please sign in to comment.