CI: Explicitly use dash to get shell globbing.

This commit is contained in:
DWesl 2021-12-10 21:14:41 -05:00
parent a4495decf8
commit 8ebac45f24

View File

@ -44,7 +44,7 @@ jobs:
C:\tools\cygwin\bin\python3.8 setup.py bdist_wheel
- name: Install Pillow
run: |
C:\tools\cygwin\bin\python3.8 -m pip install Pillow-*-cp38-cp38-cygwin_*_x86_64.whl
C:\tools\cygwin\bin\dash -c '/usr/bin/python3.8 -m pip install *.whl'
- name: Test Pillow
run: |
C:\tools\cygwin\bin\python3.8 selftest.py