mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +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"
|
cache-dependency-path: ".github/workflows/test-windows.yml"
|
||||||
|
|
||||||
- name: Print build system information
|
- 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
|
- name: python3 -m pip install wheel pytest pytest-cov pytest-timeout defusedxml
|
||||||
run: python -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
|
- name: Install dependencies
|
||||||
id: install
|
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``
|
``winbuild\build\bin`` directory; this directory should be added to ``PATH``
|
||||||
before running tests.
|
before running tests.
|
||||||
|
|
||||||
Build and install Pillow, then run ``python -m pytest Tests``
|
Build and install Pillow, then run ``python3 -m pytest`` from the root Pillow
|
||||||
from the root Pillow directory.
|
directory.
|
||||||
|
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user