Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk authored Feb 4, 2022
1 parent 1da4ff6 commit 949def5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ jobs:
- ${{ each minor in parameters.minor }}:
- template: conda-build.yml@templates
parameters:
name: Linux_3_${{minor}}
name: Linux
vmImage: 'ubuntu-18.04'
py_maj: 3
py_min: ${{minor}}
conda_bld: 3.21.6

- template: conda-build.yml@templates
parameters:
name: macOS_3_${{minor}}
name: macOS
vmImage: 'macOS-10.15'
py_maj: 3
py_min: ${{minor}}
conda_bld: 3.21.6

- template: conda-build.yml@templates
parameters:
name: Windows_3_${{minor}}
name: Windows
vmImage: 'vs2017-win2016'
py_maj: 3
py_min: ${{minor}}
Expand Down

0 comments on commit 949def5

Please sign in to comment.