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 039f60a commit 841b5b1Copy full SHA for 841b5b1
.github/workflows/publish-conda.yml
@@ -28,6 +28,8 @@ jobs:
28
- name: Install conda-build and anaconda-client
29
shell: bash -l {0}
30
run: |
31
+ # Use classic solver to avoid libmamba compatibility issues
32
+ conda config --set solver classic
33
conda install -y conda-build anaconda-client
34
35
- name: Build conda package
.github/workflows/publish-release.yml
@@ -80,6 +80,8 @@ jobs:
80
81
82
83
84
85
86
87
0 commit comments