CI: Remind bash to ignore CR in workflow

This commit is contained in:
DWesl 2022-04-29 12:36:05 -04:00 committed by GitHub
parent 41976ae125
commit e0f4c21d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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