Skip to content

Commit

Permalink
(Temporary) CI uses marcus_development for RMS
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ssun30 committed Oct 1, 2024
1 parent 4fd3c90 commit 9e17ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
timeout-minutes: 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).
run: |
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="marcus")); using ReactionMechanismSimulator'
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="marcus_development")); using ReactionMechanismSimulator'
- name: Install Q2DTor
run: echo "" | make q2dtor
Expand Down

0 comments on commit 9e17ece

Please sign in to comment.