mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-25 00:34:14 +03:00
CI: Split the config check from the actual test.
I'm using selftest.py to check whether I've installed everything. Pytest actually finds and runs the tests. For some reason that wasn't running earlier.
This commit is contained in:
parent
cd087c6007
commit
1daaf9273c
4
.github/workflows/test-cygwin.yml
vendored
4
.github/workflows/test-cygwin.yml
vendored
|
@ -45,7 +45,9 @@ jobs:
|
|||
- name: Install Pillow
|
||||
run: |
|
||||
C:\tools\cygwin\bin\dash -c '/usr/bin/python3.8 -m pip install dist/*.whl'
|
||||
- name: Test Pillow
|
||||
- name: Check Pillow configuration
|
||||
run: |
|
||||
C:\tools\cygwin\bin\python3.8 selftest.py
|
||||
- name: Test Pillow
|
||||
run: |
|
||||
C:\tools\cygwin\bin\xvfb-run -s '-screen 0 1024x768x24' .ci/test.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user