Skip to content

Commit 5a7d524

Browse files
committed
Install more optional dependencies on Windows CIs
1 parent 44062ec commit 5a7d524

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ build_script:
4343

4444
test_script:
4545
- cd c:\pillow
46-
- '%PYTHON%\%EXECUTABLE% -m pip install pytest pytest-cov pytest-timeout'
46+
- '%PYTHON%\%EXECUTABLE% -m pip install pytest pytest-cov pytest-timeout defusedxml numpy olefile pyroma'
4747
- c:\"Program Files (x86)"\"Windows Kits"\10\Debuggers\x86\gflags.exe /p /enable %PYTHON%\%EXECUTABLE%
4848
- '%PYTHON%\%EXECUTABLE% -c "from PIL import Image"'
4949
- '%PYTHON%\%EXECUTABLE% -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests'

.github/workflows/test-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
- name: Print build system information
6666
run: python3 .github/workflows/system-info.py
6767

68-
- name: python3 -m pip install pytest pytest-cov pytest-timeout defusedxml
69-
run: python3 -m pip install pytest pytest-cov pytest-timeout defusedxml
68+
- name: python3 -m pip install pytest pytest-cov pytest-timeout defusedxml olefile pyroma
69+
run: python3 -m pip install pytest pytest-cov pytest-timeout defusedxml olefile pyroma
7070

7171
- name: Install dependencies
7272
id: install

0 commit comments

Comments
 (0)