Skip to content

Commit

Permalink
Add tabix to doc build action
Browse files Browse the repository at this point in the history
No python tabix writer available. This can be removed when we have a tskit2zarr utility.
  • Loading branch information
hyanwong committed Jul 26, 2024
1 parent 79676c1 commit e05adea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
python -m venv venv
. venv/bin/activate
pip install --upgrade pip wheel
pip install -r requirements/CI-docs/requirements.txt
pip install -r requirements/CI-docs/requirements.txt
# Tabix currently required for vcf conversion
conda install -c bioconda tabix
- name: Build C module
if: env.MAKE_TARGET
Expand Down

0 comments on commit e05adea

Please sign in to comment.