Skip to content

Commit

Permalink
Add actions cache (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao authored Sep 1, 2023
1 parent 695bd2e commit e8cfc01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'

- name: Install BEDTools (Linux)
run: sudo apt-get install bedtools
Expand Down

0 comments on commit e8cfc01

Please sign in to comment.