Skip to content

Commit 05484f8

Browse files
committed
Changed CI to use marcus_development branch of RMS
Temporary - please revert after RMG-RMS interface overhaul is merged
1 parent 53eac12 commit 05484f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)