Skip to content

Commit 6d12d10

Browse files
committed
Changed CI to use marcus_development branch of RMS
Temporary - please revert after RMG-RMS interface overhaul is merged
1 parent 4151a92 commit 6d12d10

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
@@ -97,7 +97,7 @@ jobs:
9797
timeout-minutes: 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).
9898
run: |
9999
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
100-
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator'
100+
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="marcus_development")); using ReactionMechanismSimulator'
101101
102102
- name: Install Q2DTor
103103
run: echo "" | make q2dtor

0 commit comments

Comments
 (0)