mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-27 01:00:33 +03:00
CI: Try to get tests fully working
The actual test step wasn't running, so try to run that as a shell script rather than an executable. Also get more of the dependencies installed.
This commit is contained in:
parent
9ec4034bff
commit
407abbfa18
7
.github/workflows/test-cygwin.yml
vendored
7
.github/workflows/test-cygwin.yml
vendored
|
@ -23,8 +23,7 @@ jobs:
|
|||
xinit python38-setuptools python38-devel python38-tkinter
|
||||
python38-wheel python38-pip python38-olefile
|
||||
python38-numpy python38-pytest python38-sphinx
|
||||
python38-packaging python38-cffi
|
||||
libfribidi-devel zlib-devel libX11-xcb-devel tcl-tk-devel
|
||||
python38-packaging python38-cffi python38-requests
|
||||
install-dir: 'C:\tools\cygwin'
|
||||
|
||||
- name: Clean up path
|
||||
|
@ -54,11 +53,11 @@ jobs:
|
|||
|
||||
- name: Test Pillow
|
||||
run: |
|
||||
C:\tools\cygwin\bin\xvfb-run -s '-screen 0 1024x768x24' .ci/test.sh
|
||||
C:\tools\cygwin\bin\dash /usr/bin/xvfb-run -s '-screen 0 1024x768x24' .ci/test.sh
|
||||
|
||||
- name: After success
|
||||
run: |
|
||||
C:\tools\cygwin\bin\dash .ci/after_success.sh
|
||||
C:\tools\cygwin\bin\bash .ci/after_success.sh
|
||||
|
||||
- name: Upload coverage
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user