Skip to content

Commit

Permalink
Use build tools from conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Nov 19, 2023
1 parent 5d4f954 commit a3599a4
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 @@ -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}
Expand Down

0 comments on commit a3599a4

Please sign in to comment.