mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
enable -e -o pipefail in MSYS tests
This commit is contained in:
parent
d54fee9863
commit
adde693002
2
.github/workflows/test-windows.yml
vendored
2
.github/workflows/test-windows.yml
vendored
|
@ -170,7 +170,7 @@ jobs:
|
|||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash.exe --login "{0}"
|
||||
shell: bash.exe --login -eo pipefail "{0}"
|
||||
env:
|
||||
MSYSTEM: ${{ matrix.mingw }}
|
||||
CHERE_INVOKING: 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user