-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
47 additions
and
39 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 |
---|---|---|
|
@@ -18,47 +18,47 @@ jobs: | |
|
||
steps: | ||
|
||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Additional info about the build | ||
shell: bash | ||
run: | | ||
uname -a | ||
- name: Additional info about the build | ||
shell: bash | ||
run: | | ||
uname -a | ||
- name: Setup conda env | ||
uses: mamba-org/setup-micromamba@v1 | ||
with: | ||
environment-file: devtools/conda-envs/build_env.yaml | ||
environment-name: build | ||
condarc: | | ||
channels: | ||
- uibcdf | ||
- conda-forge | ||
- ambermd | ||
- defaults | ||
channel_priority: strict | ||
- name: Setup conda env | ||
uses: mamba-org/setup-micromamba@v1 | ||
with: | ||
environment-file: devtools/conda-envs/build_env.yaml | ||
environment-name: build | ||
condarc: | | ||
channels: | ||
- uibcdf | ||
- conda-forge | ||
- ambermd | ||
- defaults | ||
channel_priority: strict | ||
create-args: >- | ||
python=${{ matrix.python-version }} | ||
create-args: >- | ||
python=${{ matrix.python-version }} | ||
- name: Info conda | ||
shell: bash -l {0} | ||
run: | | ||
micromamba info | ||
micromamba list | ||
- name: Info conda | ||
shell: bash -l {0} | ||
run: | | ||
micromamba info | ||
micromamba list | ||
- name: Build and upload the conda packages | ||
uses: uibcdf/[email protected] | ||
with: | ||
meta_yaml_dir: devtools/conda-build | ||
python-version: ${{ matrix.python-version }} # Values previously defined in `matrix` | ||
mambabuild: false | ||
user: uibcdf | ||
label: auto | ||
platform_linux-64: true | ||
platform_osx-64: true | ||
platform_win-64: false | ||
token: ${{ secrets.ANACONDA_UIBCDF_TOKEN }} # Replace with the right name of your secret | ||
- name: Build and upload the conda packages | ||
uses: uibcdf/[email protected] | ||
with: | ||
meta_yaml_dir: devtools/conda-build | ||
python-version: ${{ matrix.python-version }} # Values previously defined in `matrix` | ||
mambabuild: false | ||
user: uibcdf | ||
label: auto | ||
platform_linux-64: true | ||
platform_osx-64: true | ||
platform_win-64: false | ||
token: ${{ secrets.ANACONDA_UIBCDF_TOKEN }} # Replace with the right name of your secret | ||
|
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
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
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ channels: | |
- ambermd | ||
- defaults | ||
dependencies: | ||
- python | ||
- pip | ||
- setuptools >=61.0 | ||
- versioningit~=2.0 | ||
|
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ channels: | |
- ambermd | ||
- defaults | ||
dependencies: | ||
- python | ||
- pip | ||
- setuptools >=61.0 | ||
- versioningit~=2.0 | ||
|
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ channels: | |
- ambermd | ||
- defaults | ||
dependencies: | ||
- python | ||
- pip | ||
- setuptools >=61.0 | ||
- versioningit~=2.0 |
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ channels: | |
- ambermd | ||
- defaults | ||
dependencies: | ||
- python | ||
- pip | ||
- setuptools >=61.0 | ||
- versioningit~=2.0 | ||
|
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