-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving channel specification to conda incubator
- Loading branch information
1 parent
51d1c2e
commit 4283448
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|