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