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 3c3501d commit 64e527bCopy full SHA for 64e527b
.github/workflows/release-please.yml
@@ -116,7 +116,7 @@ jobs:
116
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
117
shell: bash -l {0}
118
run: |
119
- conda install -c conda-forge conda-build scikit-build numpy cython anaconda-client -y
+ conda install -c conda-forge conda-build scikit-build numpy cython anaconda-client conda-libmamba-solver -y
120
conda build -c conda-forge -c loop3d --output-folder conda conda --python ${{matrix.python-version}}
121
conda convert -p all conda/linux-64/*.tar.bz2 -f -o conda
122
- name: upload artifacts
0 commit comments