Skip to content

Commit

Permalink
Use libmamba solver explicitly since conda is still on 23.9
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Nov 19, 2023
1 parent 6bdf7a4 commit 23503a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: conda --version
- name: Install build tools
run: |
conda install -c conda-forge conda-build anaconda-client conda-verify grayskull
conda install -c conda-forge --solver libmamba conda-build anaconda-client conda-verify grayskull
- name: Generate conda recipe
run: |
grayskull pypi https://github.com/haasad/PyPardiso --sections {package,source,build,requirements,about} --strict-conda-forge
Expand Down

0 comments on commit 23503a3

Please sign in to comment.