From 05484f854b859740079ceb948becbca64d9027c1 Mon Sep 17 00:00:00 2001 From: ssun30 Date: Tue, 24 Sep 2024 22:40:27 -0400 Subject: [PATCH] Changed CI to use marcus_development branch of RMS Temporary - please revert after RMG-RMS interface overhaul is merged --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1374b0d691..0967912e0b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -98,7 +98,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="main")); using ReactionMechanismSimulator' + julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="marcus_development")); using ReactionMechanismSimulator' - name: Install Q2DTor run: echo "" | make q2dtor