mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 13:40:54 +03:00
Merge pull request #2 from radarhere/add-cygwin-to-ci
Only install NumPy through pip on 64-bit. Thanks for catching that, I'd forgotten the NumPy 1.21 problems were only on 64-bit.
This commit is contained in:
commit
80b8e125bf
3
.github/workflows/test-cygwin.yml
vendored
3
.github/workflows/test-cygwin.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-minor-version: [7, 8]
|
||||
python-minor-version: [7, 8, 9]
|
||||
architecture: ["x86", "x86_64"]
|
||||
|
||||
timeout-minutes: 40
|
||||
|
@ -53,6 +53,7 @@ jobs:
|
|||
bash.exe .ci/install.sh
|
||||
|
||||
- name: Install a different NumPy
|
||||
if: matrix.architecture == 'x86_64'
|
||||
run: |
|
||||
bash.exe -c "python3.${{ matrix.python-minor-version }} -m pip install -U 'numpy!=1.21.*'"
|
||||
|
||||
|
|
|
@ -478,9 +478,9 @@ These platforms are built and tested for every change.
|
|||
+----------------------------------+----------------------------+---------------------+
|
||||
| Windows Server 2019 | 3.7, 3.8, 3.9, 3.10, PyPy3 | x86, x86-64 |
|
||||
| +----------------------------+---------------------+
|
||||
| | 3.9/MinGW | x86, x86-64 |
|
||||
| | 3.9 (MinGW) | x86, x86-64 |
|
||||
| +----------------------------+---------------------+
|
||||
| | 3.8/Cygwin | x86-64 |
|
||||
| | 3.7, 3.8, 3.9 (Cygwin) | x86, x86-64 |
|
||||
+----------------------------------+----------------------------+---------------------+
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user