run snap tests using python 3.12

This commit is contained in:
Erica Portnoy 2024-07-15 12:37:36 -07:00
parent 233e5ac36d
commit d5fdc968e8

View file

@ -107,7 +107,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: 3.8
versionSpec: 3.12
addToPath: true
- script: |
set -e
@ -141,7 +141,7 @@ jobs:
displayName: Install dependencies
- task: UsePythonVersion@0
inputs:
versionSpec: 3.8
versionSpec: 3.12
addToPath: true
- task: DownloadPipelineArtifact@2
inputs: