mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
Optimize CI checks
This commit is contained in:
parent
2aa27b17ae
commit
de718e7125
1 changed files with 4 additions and 4 deletions
|
@ -23,9 +23,12 @@ jobs:
|
||||||
python.version: '3.7'
|
python.version: '3.7'
|
||||||
Python38:
|
Python38:
|
||||||
python.version: '3.8'
|
python.version: '3.8'
|
||||||
maxParallel: 4
|
maxParallel: 5
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
#Install ffmpeg (and any common tools) outside of Python version tasks
|
||||||
|
- script: sudo apt-get install ffmpeg
|
||||||
|
displayName: 'Install ffmpeg'
|
||||||
#- script: |
|
#- script: |
|
||||||
# Make sure all packages are pulled from latest
|
# Make sure all packages are pulled from latest
|
||||||
#sudo apt-get update
|
#sudo apt-get update
|
||||||
|
@ -70,9 +73,6 @@ jobs:
|
||||||
- script: python -m pip install --upgrade pip
|
- script: python -m pip install --upgrade pip
|
||||||
displayName: 'Install dependencies'
|
displayName: 'Install dependencies'
|
||||||
|
|
||||||
- script: sudo apt-get install ffmpeg
|
|
||||||
displayName: 'Install ffmpeg'
|
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
pip install pytest
|
pip install pytest
|
||||||
pytest tests --doctest-modules --junitxml=junit/test-results.xml
|
pytest tests --doctest-modules --junitxml=junit/test-results.xml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue