Skip to content

Commit cd98efc

Browse files
authored
devops: fix conda build pipeline (pin conda) (microsoft#2038)
1 parent 59da178 commit cd98efc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ jobs:
167167
with:
168168
python-version: 3.9
169169
channels: conda-forge
170+
# TODO: Can be removed after https://github.com/conda/conda/issues/12955 is fixed
171+
conda-version: 23.5.2
170172
- name: Prepare
171173
run: conda install conda-build conda-verify
172174
- name: Build

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
with:
3939
python-version: 3.9
4040
channels: conda-forge
41+
# TODO: Can be removed after https://github.com/conda/conda/issues/12955 is fixed
42+
conda-version: 23.5.2
4143
- name: Prepare
4244
run: conda install anaconda-client conda-build conda-verify
4345
- name: Build and Upload

0 commit comments

Comments
 (0)