Skip to content

Commit f6be0ad

Browse files
committed
DROP ME get rmgdatabase from personal channel for testing build, see ext
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
1 parent a072bdf commit f6be0ad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ requirements:
6161
- conda-forge::nomkl
6262
run:
6363
- conda-forge::libxcrypt # remove after upgrading Python versions
64-
- rmg::rmgdatabase
64+
- jacksonburns::rmgdatabase
6565
- conda-forge::cairo
6666
- conda-forge::cairocffi
6767
- conda-forge::ffmpeg
@@ -110,7 +110,7 @@ requirements:
110110
test:
111111
requires:
112112
- conda-forge::libxcrypt # remove after upgrading Python versions
113-
- rmg::rmgdatabase
113+
- jacksonburns::rmgdatabase
114114
- conda-forge::cairo
115115
- conda-forge::cairocffi
116116
- conda-forge::ffmpeg

.github/workflows/conda_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
conda config --add channels rmg
3838
conda config --add channels cantera
3939
conda config --add channels conda-forge
40+
conda config --add channels jacksonburns
4041
conda-build --token $CONDA_TOKEN --user rmg .conda
4142
- name: Test Binary Install with RMS
4243
run: |

0 commit comments

Comments
 (0)