Skip to content

Commit b4b87a2

Browse files
fix: update conda configuration
1 parent 24c9499 commit b4b87a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ jobs:
8686
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
8787
shell: bash -l {0}
8888
run: |
89+
conda config --set channel_priority strict
8990
conda config --set solver classic
90-
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
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
9293
9394
- name: upload artifacts
9495
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)