mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
CI: Remind bash to ignore CR in workflow
This commit is contained in:
parent
41976ae125
commit
e0f4c21d01
2
.github/workflows/test-cygwin.yml
vendored
2
.github/workflows/test-cygwin.yml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
|||
python3.${{ matrix.python-minor-version }} -c 'import numpy as np; print(np.__version__)'
|
||||
|
||||
- name: Build
|
||||
shell: bash.exe --login -eo pipefail "{0}"
|
||||
shell: bash.exe --login -eo pipefail -o igncr "{0}"
|
||||
run: |
|
||||
python3 -m coverage erase
|
||||
make clean
|
||||
|
|
Loading…
Reference in New Issue
Block a user