-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove binary builds * remove post-link from build * pin zlibz * fix typo * try changing to py 3.9? * try changing to py 3.9? * try changing to py 3.9? * put statphysbio first * channel ordering * update channels
- Loading branch information
1 parent
c473bc5
commit ae43814
Showing
2 changed files
with
7 additions
and
2 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 |
---|---|---|
|
@@ -26,6 +26,11 @@ jobs: | |
auto-update-conda: false | ||
auto-activate-base: false | ||
show-channel-urls: true | ||
- name: Add conda channels | ||
run: | | ||
conda config --append channels statphysbio | ||
conda config --append channels conda-forge | ||
conda config --append channels bioconda | ||
- name: Build and upload the conda packages | ||
uses: uibcdf/[email protected] | ||
with: | ||
|
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