Skip to content

Commit 0bfbdf6

Browse files
committed
Changed RMS branch to marcus for CI
1 parent e82b082 commit 0bfbdf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
# skip scheduled runs from forks
108108
if: ${{ !( github.repository != 'ReactionMechanismGenerator/RMG-Py' && github.event_name == 'schedule' ) }}
109-
env:
109+
env:
110110
# This is true only if this is a reference case for the regression testing:
111111
REFERENCE_JOB: ${{ github.ref == 'refs/heads/main' && github.repository == 'ReactionMechanismGenerator/RMG-Py' }}
112112
defaults:
@@ -157,7 +157,7 @@ jobs:
157157
timeout-minutes: 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).
158158
run: |
159159
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
160-
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator'
160+
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="marcus")); using ReactionMechanismSimulator'
161161
162162
- name: Install Q2DTor
163163
run: echo "" | make q2dtor

0 commit comments

Comments
 (0)