Skip to content

Commit 52837e3

Browse files
ssun30rwest
authored andcommitted
Tell CI to use for_rmg branch of RMS
Temorparily we will maintain a branch of ReactionMechanismSimulator.jl that is specifically for use with RMG. Thus `for_rmg` is a good name for it. We used it once before, in August 2023. This one is/was also called the marcus_development branch. It includes all the commits necessary to make electrochemistry work but doesn't include changes for the RMG-RMS interface overhaul. This commit will be reverted when for_rmg gets merged into RMS main.
1 parent 0f3342a commit 52837e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
timeout-minutes: 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).
9999
run: |
100100
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
101-
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator'
101+
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="for_rmg")); using ReactionMechanismSimulator'
102102
103103
- name: Install Q2DTor
104104
run: echo "" | make q2dtor

0 commit comments

Comments
 (0)