Skip to content

Commit e69b440

Browse files
davidfarinajrssun30
authored andcommitted
Set CI to use the marcus_development branch of 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 0f3342a commit e69b440

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="marcus_development")); using ReactionMechanismSimulator'
102102
103103
- name: Install Q2DTor
104104
run: echo "" | make q2dtor

0 commit comments

Comments
 (0)