Skip to content

Commit

Permalink
install necessary packages with apt
Browse files Browse the repository at this point in the history
  • Loading branch information
reece committed Sep 17, 2023
1 parent e7555ea commit 69fc309
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install packages
run: |
sudo apt install libhts-dev libhts3 libhtscodecs-dev libhtscodecs2 tabix
- uses: actions/checkout@v3

- name: Set up Python
Expand Down

0 comments on commit 69fc309

Please sign in to comment.