Skip to content

Commit b625a80

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 3f3d32e commit b625a80

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
@@ -39,6 +39,7 @@ jobs:
3939
conda config --add channels rmg
4040
conda config --add channels cantera
4141
conda config --add channels conda-forge
42+
conda config --add channels jacksonburns
4243
conda-build --token $CONDA_TOKEN --user rmg .conda
4344
- name: Test Binary Install with RMS
4445
run: |

0 commit comments

Comments
 (0)