Skip to content

Commit 851c0e4

Browse files
authored
devops: remove pinned conda (#199)
1 parent af44fd0 commit 851c0e4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ jobs:
6262
with:
6363
python-version: 3.9
6464
channels: conda-forge
65-
# TODO: Can be removed after https://github.com/conda/conda/issues/12955 is fixed
66-
conda-version: 23.5.2
6765
- name: Prepare
6866
run: conda install conda-build conda-verify
6967
- name: Build

.github/workflows/python-publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
with:
3838
python-version: 3.9
3939
channels: conda-forge,microsoft
40-
# TODO: Can be removed after https://github.com/conda/conda/issues/12955 is fixed
41-
conda-version: 23.5.2
4240
- name: Prepare
4341
run: conda install anaconda-client conda-build conda-verify
4442
- name: Build and Upload

0 commit comments

Comments
 (0)