File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ build_script:
4343
4444test_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'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments