Skip to content

Commit

Permalink
CI: Cache biotestmine as we're exceeing the 1 hour limit
Browse files Browse the repository at this point in the history
  • Loading branch information
heralden committed Nov 22, 2021
1 parent 15dc07f commit 1685d19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,14 @@ jobs:
- run: pyenv versions
- run: pyenv global 3.8.5
- run: pip3 install intermine-boot
- restore_cache:
keys:
- biotestmine-e756d26
- run: intermine_boot start local
- save_cache:
key: biotestmine-e756d26
paths:
- ~/.local/share/intermine_boot
- checkout
- restore_cache:
keys:
Expand Down

0 comments on commit 1685d19

Please sign in to comment.