diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b5e49ca9..b4eb0af1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,9 +30,11 @@ jobs: architecture: 'x64' - script: python -m pip install --upgrade pip - apt-get install -y ffmpeg displayName: 'Install dependencies' + - script: apt-get install -y ffmpeg + displayName: 'Install ffmpeg' + - script: | pip install pytest pytest tests --doctest-modules --junitxml=junit/test-results.xml