We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c9499 commit b4b87a2Copy full SHA for b4b87a2
.github/workflows/release-please.yml
@@ -86,9 +86,10 @@ 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
- conda install -c conda-forge conda-build pytest numpy scipy pandas geopandas sqlite shapely validators anaconda-client -y
91
- conda build -c anaconda -c conda-forge --output-folder conda conda
+ 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
93
94
- name: upload artifacts
95
uses: actions/upload-artifact@v4
0 commit comments