We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31414fa commit e4ae5ddCopy full SHA for e4ae5dd
azure-pipelines.yml
@@ -18,28 +18,11 @@ parameters:
18
- name: minor
19
type: object
20
default:
21
- - 8
22
- - 9
23
- - 10
24
- 11
25
26
jobs:
27
- ${{ each minor in parameters.minor }}:
28
- 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
38
- name: macOS
39
- vmImage: 'macOS-10.15'
40
41
42
43
44
45
parameters:
0 commit comments