We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af44fd0 commit 851c0e4Copy full SHA for 851c0e4
.github/workflows/ci.yml
@@ -62,8 +62,6 @@ jobs:
62
with:
63
python-version: 3.9
64
channels: conda-forge
65
- # TODO: Can be removed after https://github.com/conda/conda/issues/12955 is fixed
66
- conda-version: 23.5.2
67
- name: Prepare
68
run: conda install conda-build conda-verify
69
- name: Build
.github/workflows/python-publish.yml
@@ -37,8 +37,6 @@ jobs:
37
38
39
channels: conda-forge,microsoft
40
41
42
43
run: conda install anaconda-client conda-build conda-verify
44
- name: Build and Upload
0 commit comments