File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111env :
1212 MOLECULE_REPO : https://github.com/ReactionMechanismGenerator/molecule
1313 AUTOTST_REPO : https://github.com/ReactionMechanismGenerator/AutoTST
14- RMGDB_REPO : https://github.com/ReactionMechanismGenerator/RMG-database
1514 KINBOT_REPO : https://github.com/zadorlab/KinBot
1615
1716jobs :
@@ -42,15 +41,21 @@ jobs:
4241 cache-downloads : true
4342 generate-run-shell : true
4443
45- - name : Clone external dependencies (excluding RDL)
44+ - name : Cache RMG-Py
45+ uses : actions/cache@v4
46+ with :
47+ path : ../RMG-Py
48+ key : rmg-py-${{ hashFiles('ARC/devtools/install_rmg_py.sh') }}
49+ restore-keys : rmg-py-
50+
51+ - name : Clone external dependencies (excluding RDL and RMG-Py)
4652 run : |
4753 git clone "$MOLECULE_REPO" molecule &
4854 git clone "$AUTOTST_REPO" AutoTST &
49- git clone "$RMGDB_REPO" RMG-database &
5055 git clone "$KINBOT_REPO" KinBot &
5156 wait
5257
53- - name : Install all external tools (including RDL)
58+ - name : Install all external tools
5459 working-directory : ARC
5560 run : |
5661 make install
You can’t perform that action at this time.
0 commit comments