mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
CI: Explicitly use dash to get shell globbing.
This commit is contained in:
parent
a4495decf8
commit
8ebac45f24
2
.github/workflows/test-cygwin.yml
vendored
2
.github/workflows/test-cygwin.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user