Skip to content

Commit

Permalink
Use conda_build_config.yaml from conda-forge-pinning-feedstock
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Feb 7, 2024
1 parent 8e8b2d7 commit e030ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ jobs:
shell: bash -el {0}
run: |
mamba install conda-build boa
wget https://github.com/conda-forge/conda-forge-pinning-feedstock/raw/main/recipe/conda_build_config.yaml
conda mambabuild conda-recipe
1 change: 1 addition & 0 deletions .github/workflows/conda-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
shell: bash -el {0}
run: |
mamba install conda-build boa anaconda-client
wget https://github.com/conda-forge/conda-forge-pinning-feedstock/raw/main/recipe/conda_build_config.yaml
conda mambabuild conda-recipe --output-folder conda-bld
- name: Upload Conda Package
Expand Down

0 comments on commit e030ef4

Please sign in to comment.