mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-23 10:41:58 +03:00
fix yml
This commit is contained in:
parent
9ff0465e89
commit
dd18facb22
5
.github/workflows/test-windows.yml
vendored
5
.github/workflows/test-windows.yml
vendored
|
@ -38,7 +38,8 @@ jobs:
|
|||
matrix:
|
||||
python-version:
|
||||
- "pypy3.10",
|
||||
env: TEST_REQUIREMENTS: tests
|
||||
env:
|
||||
TEST_REQUIREMENTS: tests
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
|
@ -48,7 +49,7 @@ jobs:
|
|||
os: ["windows-latest"]
|
||||
include:
|
||||
# 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"} }
|
||||
|
||||
timeout-minutes: 30
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user