Skip to content

Commit 841b5b1

Browse files
committed
use classic solver
1 parent 039f60a commit 841b5b1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/publish-conda.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- name: Install conda-build and anaconda-client
2929
shell: bash -l {0}
3030
run: |
31+
# Use classic solver to avoid libmamba compatibility issues
32+
conda config --set solver classic
3133
conda install -y conda-build anaconda-client
3234
3335
- name: Build conda package

.github/workflows/publish-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
- name: Install conda-build and anaconda-client
8181
shell: bash -l {0}
8282
run: |
83+
# Use classic solver to avoid libmamba compatibility issues
84+
conda config --set solver classic
8385
conda install -y conda-build anaconda-client
8486
8587
- name: Build conda package

0 commit comments

Comments
 (0)