mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
CI: Stop testing numpy imports
Install seems to be working now. Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
b670df828d
commit
7c97d84576
6
.github/workflows/test-cygwin.yml
vendored
6
.github/workflows/test-cygwin.yml
vendored
|
@ -73,12 +73,6 @@ jobs:
|
|||
shell: dash.exe -l "{0}"
|
||||
run: |
|
||||
python3 -m pip install -U 'numpy!=1.21.*'
|
||||
|
||||
- name: Check imports
|
||||
shell: dash.exe -l "{0}"
|
||||
run: |
|
||||
python3 -c 'import numpy as np; print(np.__version__)'
|
||||
|
||||
- name: Build
|
||||
shell: bash.exe -eo pipefail -o igncr "{0}"
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user