Skip to content

Commit 55b78bf

Browse files
committed
(Temporary) CI uses marcus_development for RMS
The marcus_development branch includes all the commits necessary to make electrochemistry work but doesn't include changes for the RMG-RMS interface overhaul. Will be reverted once that gets merged into RMS main.
1 parent 7fb7af1 commit 55b78bf

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
@@ -180,7 +180,7 @@ jobs:
180180
timeout-minutes: 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).
181181
run: |
182182
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
183-
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="marcus")); using ReactionMechanismSimulator'
183+
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="marcus_development")); using ReactionMechanismSimulator'
184184
185185
- name: Install Q2DTor
186186
run: echo "" | make q2dtor

0 commit comments

Comments
 (0)