reordner process
This commit is contained in:
parent
8b7d2b4b2e
commit
019a7506eb
3
.github/workflows/pythonapp.yml
vendored
3
.github/workflows/pythonapp.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
python-version: 3.9
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt install ffmpeg
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
- name: Lint with flake8
|
||||
@ -26,6 +27,4 @@ jobs:
|
||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
sudo apt install ffmpeg
|
||||
pip install pytest
|
||||
pytest -vv
|
||||
|
Loading…
x
Reference in New Issue
Block a user