Skip to content

Commit 8e123fb

Browse files
davidfarinajrssun30
authored andcommitted
TEMPORARY: set CI to use lithium_rebase branch
for RMG_database and marcus_development branch for RMS remove this commit before merging *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 7e09290 commit 8e123fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ concurrency:
3636

3737
env:
3838
# update this to run tests with un merged rmg-py branches
39-
RMG_PY_BRANCH: main
39+
RMG_PY_BRANCH: echem-rebase
4040

4141
jobs:
4242
build-and-test-linux:
@@ -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)