From a3599a46378482fd579a227117f88562e7956f01 Mon Sep 17 00:00:00 2001 From: haasad Date: Sun, 19 Nov 2023 01:02:10 +0100 Subject: [PATCH] Use build tools from conda-forge --- .github/workflows/conda-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-release.yaml b/.github/workflows/conda-release.yaml index 3842b62..80309f0 100644 --- a/.github/workflows/conda-release.yaml +++ b/.github/workflows/conda-release.yaml @@ -18,7 +18,7 @@ jobs: activate-environment: build - name: Install build tools run: | - conda install conda-build anaconda-client conda-verify grayskull + conda install -c conda-forge 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}