add setupools

This commit is contained in:
Clinton Hall 2024-02-28 13:28:06 +13:00
commit 3c2e3c1dbc

View file

@ -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'