unpinned ffmpeg
This commit is contained in:
parent
0f75fd8539
commit
6fcc3150a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y ffmpeg=7:4.4.2-0ubuntu0.22.04.1
|
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