Skip to content

Commit

Permalink
Merge pull request #262 from djhoese/ci-azure-simple-win
Browse files Browse the repository at this point in the history
Simplify Azure Windows builds
  • Loading branch information
djhoese authored Apr 19, 2020
2 parents f6c9a09 + 46d99eb commit d8b1b88
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@ jobs:
- job: windows
pool: {vmImage: 'vs2017-win2016'}
steps:
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.6', architecture: x86}}
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.6', architecture: x64}}
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.7', architecture: x86}}
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.7', architecture: x64}}
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.8', architecture: x86}}
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.8', architecture: x64}}
- task: UsePythonVersion@0
- bash: |
git submodule update --init --recursive
python -m pip install --upgrade pip
Expand Down

0 comments on commit d8b1b88

Please sign in to comment.