mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
Add Python3.8
This commit is contained in:
parent
a551d66929
commit
a5c1b4b905
1 changed files with 4 additions and 3 deletions
|
@ -26,9 +26,10 @@ 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 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
|
||||||
|
@ -60,7 +61,7 @@ jobs:
|
||||||
#./$(basename $setup);
|
#./$(basename $setup);
|
||||||
#cd $original_directory;
|
#cd $original_directory;
|
||||||
#done;
|
#done;
|
||||||
#displayName: 'Workaround: update apt and roll back 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