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'
|
||||
|
||||
steps:
|
||||
- script: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install python3-setuptools
|
||||
displayName: 'Install setuptools'
|
||||
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.x'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue