reordner process

This commit is contained in:
jonathan 2021-05-28 15:25:05 +02:00
parent 8b7d2b4b2e
commit 019a7506eb

View File

@ -15,6 +15,7 @@ jobs:
python-version: 3.9 python-version: 3.9
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt install ffmpeg
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
- name: Lint with flake8 - name: Lint with flake8
@ -26,6 +27,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest - name: Test with pytest
run: | run: |
sudo apt install ffmpeg
pip install pytest
pytest -vv pytest -vv