CI: Stop using login shell for build step

This commit is contained in:
DWesl 2022-04-29 12:57:52 -04:00 committed by GitHub
parent e0f4c21d01
commit 88c406eac9
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 -o igncr "{0}"
shell: bash.exe -eo pipefail -o igncr "{0}"
run: |
python3 -m coverage erase
make clean