Skip to content

Commit 41c54ef

Browse files
committed
ci
1 parent 12a2d57 commit 41c54ef

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
env:
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

1716
jobs:
@@ -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

0 commit comments

Comments
 (0)