Skip to content

Commit 00576ad

Browse files
committed
Changed RMS branch to marcus for CI
1 parent d83db77 commit 00576ad

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
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
# skip scheduled runs from forks
109109
if: ${{ !( github.repository != 'ReactionMechanismGenerator/RMG-Py' && github.event_name == 'schedule' ) }}
110-
env:
110+
env:
111111
# This is true only if this is a reference case for the regression testing:
112112
REFERENCE_JOB: ${{ github.ref == 'refs/heads/main' && github.repository == 'ReactionMechanismGenerator/RMG-Py' }}
113113
defaults:
@@ -158,7 +158,7 @@ jobs:
158158
timeout-minutes: 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).
159159
run: |
160160
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
161-
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator'
161+
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="marcus")); using ReactionMechanismSimulator'
162162
163163
- name: Install Q2DTor
164164
run: echo "" | make q2dtor

0 commit comments

Comments
 (0)