Skip to content

Commit

Permalink
Moving channel specification to conda incubator
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjameshandley committed Apr 9, 2024
1 parent 51d1c2e commit 4283448
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,13 @@ jobs:
auto-update-conda: false
auto-activate-base: false
show-channel-urls: true
channels: conda-forge,handley-lab
- name: install dependencies
shell: bash -el {0}
run: conda install grayskull conda-build anaconda-client
- name: Generate meta.yaml from grayskull
shell: bash -el {0}
run: grayskull pypi --strict-conda-forge unimpeded
- name: Update the meta.yaml
shell: bash -el {0}
run: |
echo "channels:" >> unimpeded/meta.yaml
echo " - handley-lab" >> unimpeded/meta.yaml
- name: Build and upload the conda packages
uses: uibcdf/[email protected]
with:
Expand Down

0 comments on commit 4283448

Please sign in to comment.