Skip to content

Commit

Permalink
DROP ME get rmgdatabase from personal channel for testing build, see ext
Browse files Browse the repository at this point in the history
the official build is out of date, and I don't want to push the updated rmgdatabase binaries to the official channel before getting RMG-Py working as well
  • Loading branch information
JacksonBurns committed Mar 31, 2024
1 parent a072bdf commit f6be0ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .conda/meta.yaml
Expand Up @@ -61,7 +61,7 @@ requirements:
- conda-forge::nomkl
run:
- conda-forge::libxcrypt # remove after upgrading Python versions
- rmg::rmgdatabase
- jacksonburns::rmgdatabase
- conda-forge::cairo
- conda-forge::cairocffi
- conda-forge::ffmpeg
Expand Down Expand Up @@ -110,7 +110,7 @@ requirements:
test:
requires:
- conda-forge::libxcrypt # remove after upgrading Python versions
- rmg::rmgdatabase
- jacksonburns::rmgdatabase
- conda-forge::cairo
- conda-forge::cairocffi
- conda-forge::ffmpeg
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conda_build.yml
Expand Up @@ -37,6 +37,7 @@ jobs:
conda config --add channels rmg
conda config --add channels cantera
conda config --add channels conda-forge
conda config --add channels jacksonburns
conda-build --token $CONDA_TOKEN --user rmg .conda
- name: Test Binary Install with RMS
run: |
Expand Down

0 comments on commit f6be0ad

Please sign in to comment.