File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
4141 cache-dependency-path : " .github/workflows/test-windows.yml"
4242
4343 - name : Print build system information
44- run : python .github/workflows/system-info.py
44+ run : python3 .github/workflows/system-info.py
4545
46- - name : python -m pip install wheel pytest pytest-cov pytest-timeout defusedxml
47- run : python -m pip install wheel pytest pytest-cov pytest-timeout defusedxml
46+ - name : python3 -m pip install wheel pytest pytest-cov pytest-timeout defusedxml
47+ run : python3 -m pip install wheel pytest pytest-cov pytest-timeout defusedxml
4848
4949 - name : Install dependencies
5050 id : install
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ Some binary dependencies (e.g. ``fribidi.dll``) will be stored in the
9090``winbuild\build\bin `` directory; this directory should be added to ``PATH ``
9191before running tests.
9292
93- Build and install Pillow, then run ``python -m pytest Tests ``
94- from the root Pillow directory.
93+ Build and install Pillow, then run ``python3 -m pytest`` from the root Pillow
94+ directory.
9595
9696Example
9797-------
You can’t perform that action at this time.
0 commit comments