mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-09 15:43:18 +03:00
Fix the windows test matrix?
This commit is contained in:
parent
01998fc71d
commit
4ea8ac80a8
10
.github/workflows/test-windows.yml
vendored
10
.github/workflows/test-windows.yml
vendored
|
@ -37,12 +37,6 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version:
|
python-version:
|
||||||
- "pypy3.11"
|
|
||||||
env:
|
|
||||||
TEST_REQUIREMENTS: tests
|
|
||||||
- "pypy3.10"
|
|
||||||
env:
|
|
||||||
TEST_REQUIREMENTS: tests
|
|
||||||
- "3.10"
|
- "3.10"
|
||||||
- "3.11"
|
- "3.11"
|
||||||
- "3.12"
|
- "3.12"
|
||||||
|
@ -53,7 +47,9 @@ jobs:
|
||||||
include:
|
include:
|
||||||
# Test the oldest Python on 32-bit
|
# Test the oldest Python on 32-bit
|
||||||
- { python-version: "3.9", architecture: "x86", os: "windows-2019", env: {TEST_REQUIREMENTS: "tests"} }
|
- { python-version: "3.9", architecture: "x86", os: "windows-2019", env: {TEST_REQUIREMENTS: "tests"} }
|
||||||
|
# test the non-pyarrow capable ones
|
||||||
|
- { python-version: "pypy3.11", env: {TEST_REQUIREMENTS: "tests"} }
|
||||||
|
- { python-version: "pypy3.10", env: {TEST_REQUIREMENTS: "tests"} }
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
||||||
name: Python ${{ matrix.python-version }} (${{ matrix.architecture }})
|
name: Python ${{ matrix.python-version }} (${{ matrix.architecture }})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user