Skip to content

Commit 2f08153

Browse files
committed
TEST try installing RMS on top of RMG-Py conda binary
1 parent a2ca1da commit 2f08153

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/conda_build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,11 @@ jobs:
3939
conda config --add channels conda-forge
4040
conda config --add channels jacksonburns
4141
conda-build --token $CONDA_TOKEN --user rmg .conda
42+
- name: Test Binary Install with RMS
43+
run: |
44+
conda install -c local rmg
45+
conda insatll -c conda-forge julia=1.9.1 pyjulia>=0.6
46+
conda install -c rmg pyrms diffeqpy
47+
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
48+
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator'
49+
python-jl rmg.py test/regression/RMS_constantVIdealGasReactor_superminimal/input.py

0 commit comments

Comments
 (0)