Skip to content

Commit 037f068

Browse files
committed
Fix docs build after VCF merger
1 parent 7bd270a commit 037f068

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
python-version: '3.8'
1919
- name: Install dependencies
2020
run: |
21+
sudo apt update -y
22+
sudo apt install -y libcurl4-openssl-dev # Needed for htslib (via cyvcf2)
2123
sudo apt install libgsl-dev # Needed for msprime < 1.0. Binary wheels include GSL for >= 1.0
2224
python -m pip install --upgrade pip
2325
pip install -r requirements.txt -r requirements-dev.txt -r requirements-doc.txt

0 commit comments

Comments
 (0)