From 28adf589d8b6c6accf0e0722e95993ae2d95cf07 Mon Sep 17 00:00:00 2001 From: Marcel Martin Date: Fri, 19 Apr 2024 15:17:47 +0200 Subject: [PATCH] fix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 401228c8..f1b659e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: