mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-08-10 13:10:03 +08:00
pip install --editable .
This commit is contained in:
parent
b8fb105475
commit
d765461f71
3
.github/workflows/lint_python.yml
vendored
3
.github/workflows/lint_python.yml
vendored
@ -21,7 +21,8 @@ jobs:
|
||||
- run: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=88
|
||||
--show-source --statistics
|
||||
- run: isort --check-only --profile black . || true
|
||||
- run: pip install -r requirements.txt || pip install --editable . || true
|
||||
# - run: pip install -r requirements.txt || pip install --editable . || true
|
||||
- run: pip install --editable .
|
||||
- run: mkdir --parents --verbose .mypy_cache
|
||||
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
|
||||
- run: pytest . || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user