mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
commit
31b98bb3ba
6
.github/workflows/test-windows.yml
vendored
6
.github/workflows/test-windows.yml
vendored
|
@ -41,10 +41,10 @@ jobs:
|
|||
cache-dependency-path: ".github/workflows/test-windows.yml"
|
||||
|
||||
- name: Print build system information
|
||||
run: python .github/workflows/system-info.py
|
||||
run: python3 .github/workflows/system-info.py
|
||||
|
||||
- name: python -m pip install wheel pytest pytest-cov pytest-timeout defusedxml
|
||||
run: python -m pip install wheel pytest pytest-cov pytest-timeout defusedxml
|
||||
- name: python3 -m pip install wheel pytest pytest-cov pytest-timeout defusedxml
|
||||
run: python3 -m pip install wheel pytest pytest-cov pytest-timeout defusedxml
|
||||
|
||||
- name: Install dependencies
|
||||
id: install
|
||||
|
|
|
@ -90,8 +90,8 @@ Some binary dependencies (e.g. ``fribidi.dll``) will be stored in the
|
|||
``winbuild\build\bin`` directory; this directory should be added to ``PATH``
|
||||
before running tests.
|
||||
|
||||
Build and install Pillow, then run ``python -m pytest Tests``
|
||||
from the root Pillow directory.
|
||||
Build and install Pillow, then run ``python3 -m pytest`` from the root Pillow
|
||||
directory.
|
||||
|
||||
Example
|
||||
-------
|
||||
|
|
Loading…
Reference in New Issue
Block a user