Skip to content

Commit 5f65afd

Browse files
Use conda-build 3.21.6
1 parent 08b4d6d commit 5f65afd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,44 +21,44 @@ jobs:
2121
vmImage: 'ubuntu-18.04'
2222
py_maj: 3
2323
py_min: 8
24-
conda_bld: 3.19.2
24+
conda_bld: 3.21.6
2525

2626
- template: conda-build.yml@templates
2727
parameters:
2828
name: macOS_38
2929
vmImage: 'macOS-10.15'
3030
py_maj: 3
3131
py_min: 8
32-
conda_bld: 3.19.2
32+
conda_bld: 3.21.6
3333

3434
- template: conda-build.yml@templates
3535
parameters:
3636
name: Windows_38
3737
vmImage: 'vs2017-win2016'
3838
py_maj: 3
3939
py_min: 8
40-
conda_bld: 3.19.2
40+
conda_bld: 3.21.6
4141

4242
- template: conda-build.yml@templates
4343
parameters:
4444
name: Linux_39
4545
vmImage: 'ubuntu-18.04'
4646
py_maj: 3
4747
py_min: 9
48-
conda_bld: 3.21.4
48+
conda_bld: 3.21.6
4949

5050
- template: conda-build.yml@templates
5151
parameters:
5252
name: macOS_39
5353
vmImage: 'macOS-10.15'
5454
py_maj: 3
5555
py_min: 9
56-
conda_bld: 3.21.4
56+
conda_bld: 3.21.6
5757

5858
- template: conda-build.yml@templates
5959
parameters:
6060
name: Windows_39
6161
vmImage: 'vs2017-win2016'
6262
py_maj: 3
6363
py_min: 9
64-
conda_bld: 3.21.4
64+
conda_bld: 3.21.6

0 commit comments

Comments
 (0)