Skip to content

Commit

Permalink
bash -e
Browse files Browse the repository at this point in the history
  • Loading branch information
nafraf committed Oct 7, 2023
1 parent f1837c9 commit 8ed6670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mariner2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l -o pipefail {0}
shell: bash -l -eo pipefail {0}
container:
image: mcr.microsoft.com/cbl-mariner/base/core:2.0
steps:
Expand Down
2 changes: 1 addition & 1 deletion tests/pytest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RLTest ~= 0.7.0
# psutil >= 5.8.0

six >= 1.10.0
gevent ~= 23.9.1
gevent >= 23.9.1

0 comments on commit 8ed6670

Please sign in to comment.