mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
run snap tests using python 3.12
This commit is contained in:
parent
233e5ac36d
commit
d5fdc968e8
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue