File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments