sudo -f
This commit is contained in:
parent
179a2eddfe
commit
b4218d8d95
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get install ffmpeg
|
sudo apt-get install -y ffmpeg
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -e .[lint,test]
|
pip install -e .[lint,test]
|
||||||
- name: Run linters
|
- name: Run linters
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue