Skip to content

Commit

Permalink
ci: use conda classic solver
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Aug 26, 2024
1 parent 230270e commit 9bb5a8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
shell: bash -l {0}
run: |
conda config --set solver classic
conda install -c conda-forge conda-build pytest numpy scipy pandas geopandas sqlite shapely validators anaconda-client -y
conda build -c anaconda -c conda-forge --output-folder conda conda
conda convert -p all conda/linux-64/*.tar.bz2 -f -o conda
Expand Down
1 change: 0 additions & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ build:

requirements:
build:
- mamba
- {{ compiler('cxx') }}
- numpy
- pandas
Expand Down

0 comments on commit 9bb5a8c

Please sign in to comment.