Skip to content

Commit f30bdca

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 97d52a8 commit f30bdca

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
@@ -158,7 +158,7 @@ jobs:
158158
timeout-minutes: 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).
159159
run: |
160160
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
161-
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="marcus")); using ReactionMechanismSimulator'
161+
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="marcus_development")); using ReactionMechanismSimulator'
162162
163163
- name: Install Q2DTor
164164
run: echo "" | make q2dtor

0 commit comments

Comments
 (0)