Skip to content

Commit

Permalink
add brew install xz for macOS to install HTSlib and pysam
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Aug 7, 2023
1 parent c12346b commit 736082c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install -r requirements.txt
- name: Install xz for macOS to install HTSlib
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
brew install xz
fi
# - name: Set up Conda
# uses: conda-incubator/setup-miniconda@v2
# with:
Expand Down

0 comments on commit 736082c

Please sign in to comment.