Skip to content

Commit 64e527b

Browse files
committed
ci: add lib mamba
1 parent 3c3501d commit 64e527b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
117117
shell: bash -l {0}
118118
run: |
119-
conda install -c conda-forge conda-build scikit-build numpy cython anaconda-client -y
119+
conda install -c conda-forge conda-build scikit-build numpy cython anaconda-client conda-libmamba-solver -y
120120
conda build -c conda-forge -c loop3d --output-folder conda conda --python ${{matrix.python-version}}
121121
conda convert -p all conda/linux-64/*.tar.bz2 -f -o conda
122122
- name: upload artifacts

0 commit comments

Comments
 (0)