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 59da178 commit cd98efcCopy full SHA for cd98efc
.github/workflows/ci.yml
@@ -167,6 +167,8 @@ jobs:
167
with:
168
python-version: 3.9
169
channels: conda-forge
170
+ # TODO: Can be removed after https://github.com/conda/conda/issues/12955 is fixed
171
+ conda-version: 23.5.2
172
- name: Prepare
173
run: conda install conda-build conda-verify
174
- name: Build
.github/workflows/publish.yml
@@ -38,6 +38,8 @@ jobs:
38
39
40
41
42
43
44
run: conda install anaconda-client conda-build conda-verify
45
- name: Build and Upload
0 commit comments