mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 08:12:33 +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__)'
|
python3.${{ matrix.python-minor-version }} -c 'import numpy as np; print(np.__version__)'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash.exe --login -eo pipefail "{0}"
|
shell: bash.exe --login -eo pipefail -o igncr "{0}"
|
||||||
run: |
|
run: |
|
||||||
python3 -m coverage erase
|
python3 -m coverage erase
|
||||||
make clean
|
make clean
|
||||||
|
|
Loading…
Reference in New Issue
Block a user