Skip to content

Commit db0cf10

Browse files
fix: switch conda solver to libmamba
1 parent b4b87a2 commit db0cf10

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,9 @@ jobs:
8686
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
8787
shell: bash -l {0}
8888
run: |
89-
conda config --set channel_priority strict
90-
conda config --set solver classic
91-
conda install -c conda-forge -c defaults conda-build pytest numpy scipy pandas geopandas sqlite shapely validators anaconda-client -y
92-
conda build -c defaults -c conda-forge --output-folder conda conda
89+
conda config --set solver libmamba
90+
conda install -c conda-forge conda-build pytest numpy scipy pandas geopandas sqlite shapely validators anaconda-client conda-libmamba-solver -y
91+
conda build -c anaconda -c conda-forge --output-folder conda conda
9392

9493
- name: upload artifacts
9594
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)