diff --git a/.github/workflows/conda-release.yaml b/.github/workflows/conda-release.yaml index 707767f..82bb130 100644 --- a/.github/workflows/conda-release.yaml +++ b/.github/workflows/conda-release.yaml @@ -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