mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 01:43:17 +03:00
CI: Specify where the command line goes in the shell.
I think this is how specifying the shell works. The documentation isn't terribly clear.
This commit is contained in:
parent
fdbb1870d4
commit
67bef87a07
6
.github/workflows/test-cygwin.yml
vendored
6
.github/workflows/test-cygwin.yml
vendored
|
@ -34,15 +34,15 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dirs: 'C:\tools\cygwin\bin;C:\tools\cygwin\lib\lapack'
|
dirs: 'C:\tools\cygwin\bin;C:\tools\cygwin\lib\lapack'
|
||||||
- name: Build Pillow
|
- name: Build Pillow
|
||||||
shell: 'C:\tools\cygwin\bin\dash.exe'
|
shell: 'C:\tools\cygwin\bin\dash.exe {0}'
|
||||||
run: |
|
run: |
|
||||||
/usr/bin/python3.8 setup.py bdist_wheel
|
/usr/bin/python3.8 setup.py bdist_wheel
|
||||||
- name: Install Pillow
|
- name: Install Pillow
|
||||||
shell: 'C:\tools\cygwin\bin\dash.exe'
|
shell: 'C:\tools\cygwin\bin\dash.exe {0}'
|
||||||
run: |
|
run: |
|
||||||
/usr/bin/python3.8 -m pip install Pillow-*-cp38-cp38-cygwin_*_x86_64.whl
|
/usr/bin/python3.8 -m pip install Pillow-*-cp38-cp38-cygwin_*_x86_64.whl
|
||||||
- name: Test Pillow
|
- name: Test Pillow
|
||||||
shell: 'C:\tools\cygwin\bin\dash.exe'
|
shell: 'C:\tools\cygwin\bin\dash.exe {0}'
|
||||||
run: |
|
run: |
|
||||||
/usr/bin/python3.8 selftest.py
|
/usr/bin/python3.8 selftest.py
|
||||||
xvfb-run -s '-screen 0 1024x768x24' .ci/test.sh
|
xvfb-run -s '-screen 0 1024x768x24' .ci/test.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user