mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -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'
|
||||
Python38:
|
||||
python.version: '3.8'
|
||||
maxParallel: 4
|
||||
maxParallel: 5
|
||||
|
||||
steps:
|
||||
#Install ffmpeg (and any common tools) outside of Python version tasks
|
||||
- script: sudo apt-get install ffmpeg
|
||||
displayName: 'Install ffmpeg'
|
||||
#- script: |
|
||||
# Make sure all packages are pulled from latest
|
||||
#sudo apt-get update
|
||||
|
@ -70,9 +73,6 @@ jobs:
|
|||
- script: python -m pip install --upgrade pip
|
||||
displayName: 'Install dependencies'
|
||||
|
||||
- script: sudo apt-get install ffmpeg
|
||||
displayName: 'Install ffmpeg'
|
||||
|
||||
- script: |
|
||||
pip install pytest
|
||||
pytest tests --doctest-modules --junitxml=junit/test-results.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue