Skip to content

Commit e4ae5dd

Browse files
Build only once
1 parent 31414fa commit e4ae5dd

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,11 @@ parameters:
1818
- name: minor
1919
type: object
2020
default:
21-
- 8
22-
- 9
23-
- 10
2421
- 11
2522

2623
jobs:
2724
- ${{ each minor in parameters.minor }}:
2825
- template: conda-build.yml@templates
29-
parameters:
30-
name: Linux
31-
vmImage: 'ubuntu-18.04'
32-
py_maj: 3
33-
py_min: ${{minor}}
34-
conda_bld: 3.21.6
35-
36-
- template: conda-build.yml@templates
37-
parameters:
38-
name: macOS
39-
vmImage: 'macOS-10.15'
40-
py_maj: 3
41-
py_min: ${{minor}}
42-
conda_bld: 3.21.6
4326

4427
- template: conda-build.yml@templates
4528
parameters:

0 commit comments

Comments
 (0)