Skip to content

Commit

Permalink
Merge pull request #1766 from kazasaku/feature/change_azp_target_pyth…
Browse files Browse the repository at this point in the history
…on_version

コンパイルチェックで利用するPythonバージョンを変更する
  • Loading branch information
Kohki Akikaze authored Jan 17, 2022
2 parents 32b4989 + 73d92e6 commit 68c4dc8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ci/azure-pipelines/template.job.python-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ jobs:
vmImage: ${{ parameters.vmImage }}

strategy:
maxParallel: 2
matrix:
python_2.7:
versionSpec: '2.7'
python_3.7:
versionSpec: '3.7'
python3:
versionSpec: '3.x'

steps:
# https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/use-python-version?view=azure-devops
Expand Down

0 comments on commit 68c4dc8

Please sign in to comment.