mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-08-12 22:45:57 +08:00
Make pytest a mandatory test
This commit is contained in:
parent
32d42a8489
commit
dd2f2ce780
3
.github/workflows/lint_python.yml
vendored
3
.github/workflows/lint_python.yml
vendored
@ -27,7 +27,6 @@ jobs:
|
||||
- run: pip install --editable .
|
||||
- run: mkdir --parents --verbose .mypy_cache
|
||||
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
|
||||
- run: pytest . || true
|
||||
- run: pytest --doctest-modules . || true
|
||||
- run: pytest
|
||||
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
|
||||
- run: safety check || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user