Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Apr 19, 2024
1 parent 720a1dd commit 28adf58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:
fetch-depth: 0 # Baseline comparison needs older commits
- name: Install Linux dependencies
if: runner.os == 'Linux'
run: sudo apt-get install samtools python3-pysam picard-tools
run: sudo apt-get install samtools python3-pysam picard-tools libisal-dev
- name: Install macOS dependencies
if: runner.os == 'macOS'
run: brew install samtools pysam picard-tools
run: brew install samtools pysam picard-tools isa-l
- name: Cache test dataset
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 28adf58

Please sign in to comment.