mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
add setupools
This commit is contained in:
parent
a7bfc77132
commit
3c2e3c1dbc
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,11 @@ jobs:
|
||||||
vmImage: 'Ubuntu-latest'
|
vmImage: 'Ubuntu-latest'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- script: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install python3-setuptools
|
||||||
|
displayName: 'Install setuptools'
|
||||||
|
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: '3.x'
|
versionSpec: '3.x'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue