mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
CI: Use dash to check system-info.py
This may be a problem with using a login shell (starts in ~) rather than with using bash over dash. We'll see in a bit.
This commit is contained in:
parent
853a95d56b
commit
fdbab82f9e
2
.github/workflows/test-cygwin.yml
vendored
2
.github/workflows/test-cygwin.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
||||||
${{ runner.os }}-cygwin-${{ matrix.architecture }}-pip3.${{ matrix.python-minor-version }}-
|
${{ runner.os }}-cygwin-${{ matrix.architecture }}-pip3.${{ matrix.python-minor-version }}-
|
||||||
|
|
||||||
- name: Build system information
|
- name: Build system information
|
||||||
shell: bash.exe --login -eo pipefail "{0}"
|
shell: dash.exe -l "{0}"
|
||||||
run: |
|
run: |
|
||||||
python3 .github/workflows/system-info.py
|
python3 .github/workflows/system-info.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user