mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-24 06:55:21 -07:00
Python3.8
Tests will fail for Python3.8 until azure-pipelines is updated with 3.8 support
This commit is contained in:
parent
714522b937
commit
e77fb4e878
1 changed files with 3 additions and 5 deletions
|
@ -26,11 +26,9 @@ jobs:
|
||||||
maxParallel: 4
|
maxParallel: 4
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
#- script: |
|
||||||
# Make sure all packages are pulled from latest
|
# Make sure all packages are pulled from latest
|
||||||
sudo add-apt-repository ppa:deadsnakes/ppa
|
#sudo apt-get update
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install python3.8
|
|
||||||
|
|
||||||
# Fail out if any setups fail
|
# Fail out if any setups fail
|
||||||
#set -e
|
#set -e
|
||||||
|
@ -62,7 +60,7 @@ jobs:
|
||||||
#./$(basename $setup);
|
#./$(basename $setup);
|
||||||
#cd $original_directory;
|
#cd $original_directory;
|
||||||
#done;
|
#done;
|
||||||
displayName: 'Workaround: update apt and install Python versions'
|
#displayName: 'Workaround: update apt and install Python versions'
|
||||||
|
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue