Merge branch 'master' of github.com:ffplayout/ffplayout_engine

This commit is contained in:
jb-alvarado 2021-06-24 13:08:07 +02:00
commit e0ac7cc550

View File

@ -15,9 +15,11 @@ jobs:
python-version: 3.9 python-version: 3.9
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt update
sudo apt install ffmpeg 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-base.txt
pip install -r requirements-dev.txt
- name: Lint with flake8 - name: Lint with flake8
run: | run: |
pip install flake8 pip install flake8