Skip to content

Commit 9e17ece

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 4fd3c90 commit 9e17ece

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

0 commit comments

Comments
 (0)