Skip to content

Commit 7a78176

Browse files
Add bcftools to the docs build
1 parent 91dea48 commit 7a78176

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
pip install -r docs/requirements.txt
3232
python3 -m bash_kernel.install
3333
34+
- name: Install bcftools
35+
run: |
36+
sudo apt-get install bcftools
37+
3438
- name: Install package
3539
run: |
3640
python3 -m pip install .

0 commit comments

Comments
 (0)