Skip to content

Commit ce8223b

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 37bf500 commit ce8223b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ requirements:
6565
- conda-forge::nomkl
6666
run:
6767
- conda-forge::libxcrypt # remove after upgrading Python versions
68-
- rmg::rmgdatabase
68+
- jacksonburns::rmgdatabase
6969
- conda-forge::cairo
7070
- conda-forge::cairocffi
7171
- conda-forge::ffmpeg
@@ -118,7 +118,7 @@ requirements:
118118
test:
119119
requires:
120120
- conda-forge::libxcrypt # remove after upgrading Python versions
121-
- rmg::rmgdatabase
121+
- jacksonburns::rmgdatabase
122122
- conda-forge::cairo
123123
- conda-forge::cairocffi
124124
- 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)