We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b87a2 commit db0cf10Copy full SHA for db0cf10
.github/workflows/release-please.yml
@@ -86,10 +86,9 @@ jobs:
86
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
87
shell: bash -l {0}
88
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
+ conda config --set solver libmamba
+ conda install -c conda-forge conda-build pytest numpy scipy pandas geopandas sqlite shapely validators anaconda-client conda-libmamba-solver -y
+ conda build -c anaconda -c conda-forge --output-folder conda conda
93
94
- name: upload artifacts
95
uses: actions/upload-artifact@v4
0 commit comments