Skip to content

Commit 64efac3

Browse files
mxschmittyury-s
andauthored
devops: remove pinned conda-version (#2148)
Co-authored-by: Yury Semikhatsky <yurys@chromium.org>
1 parent 7278dad commit 64efac3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

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

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
with:
1818
python-version: 3.9
1919
channels: conda-forge
20-
# TODO: Can be removed after https://github.com/conda/conda/issues/12955 is fixed
21-
conda-version: 23.5.2
2220
- name: Prepare
2321
run: conda install anaconda-client conda-build conda-verify
2422
- name: Build and Upload

0 commit comments

Comments
 (0)