Skip to content

Commit

Permalink
Cache Galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
ppouchin committed Apr 9, 2024
1 parent f628e4c commit 62a3404
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/planemo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Cache Galaxy
uses: actions/cache@v4
with:
path: ~/.planemo/gx_repo
key: ${{ runner.os }}-gx_repo
restore-keys: |
${{ runner.os }}-gx_repo
- name: Install Planemo
run: pip install Planemo
- name: Initialize conda
Expand Down

0 comments on commit 62a3404

Please sign in to comment.