mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
Merge pull request #257 from radarhere/pytest
This commit is contained in:
commit
54def7682a
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
|
@ -6,7 +6,7 @@ on: [push, pull_request, workflow_dispatch]
|
||||||
env:
|
env:
|
||||||
REPO_DIR: Pillow
|
REPO_DIR: Pillow
|
||||||
BUILD_DEPENDS: ""
|
BUILD_DEPENDS: ""
|
||||||
TEST_DEPENDS: "pytest pytest-cov"
|
TEST_DEPENDS: "pytest pytest-cov pytest-timeout"
|
||||||
WHEEL_SDIR: wheelhouse
|
WHEEL_SDIR: wheelhouse
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user