Skip to content

Commit

Permalink
Use conda base env and conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Nov 19, 2023
1 parent 7663b7c commit 1b7bb5c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/conda-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,16 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.9
activate-environment: build
auto-update-conda: true
channels: conda-forge
auto-activate-base: true
activate-environment: ""
- name: update conda
run: |
conda update conda
conda --version
- name: Install build tools
run: |
conda install -c conda-forge --solver libmamba 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} --strict-conda-forge
Expand Down

0 comments on commit 1b7bb5c

Please sign in to comment.