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 7278dad commit 64efac3Copy full SHA for 64efac3
.github/workflows/ci.yml
@@ -168,8 +168,6 @@ jobs:
168
with:
169
python-version: 3.9
170
channels: conda-forge
171
- # TODO: Can be removed after https://github.com/conda/conda/issues/12955 is fixed
172
- conda-version: 23.5.2
173
- name: Prepare
174
run: conda install conda-build conda-verify
175
- name: Build
.github/workflows/publish.yml
@@ -17,8 +17,6 @@ jobs:
17
18
19
20
21
22
23
run: conda install anaconda-client conda-build conda-verify
24
- name: Build and Upload
0 commit comments