Skip to content

Commit

Permalink
Update azure-pipelines-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JanuszNowak authored Nov 16, 2022
1 parent 9b2d80d commit 66d1a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azuredevops/azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.x'
versionSpec: '3.10.x'
addToPath: true
architecture: 'x64'

Expand All @@ -59,4 +59,4 @@ jobs:
pre-commit --version
pre-commit run --all-files
condition: eq(variables.FILEEXISTS_PRECOMMIT, 'true')
displayName: Execture pre-commit
displayName: Execture pre-commit

0 comments on commit 66d1a6e

Please sign in to comment.