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 c2517d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
python -m venv venv
. venv/bin/activate
conda install -c bioconda tabix
pip install --upgrade pip wheel
pip install -r requirements/CI-docs/requirements.txt
Expand Down

0 comments on commit c2517d5

Please sign in to comment.