ffmpeg in unit tests
This commit is contained in:
parent
acd2d652ef
commit
7cdde2c3d2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
|
@ -69,6 +69,7 @@ jobs:
|
|||
|
||||
- name: Run unit tests with coverage
|
||||
run: |
|
||||
sudo apt-get install -y ffmpeg
|
||||
source /opt/env/bin/activate
|
||||
coverage run -m pytest tests/unit && coverage xml -o /opt/coverage/unit/coverage.xml
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue