We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fbc83 commit f1ca51eCopy full SHA for f1ca51e
.github/workflows/build_and_test.yml
@@ -14,7 +14,7 @@ jobs:
14
run: |
15
set -euo pipefail
16
sudo apt update
17
- sudo apt install -y build-essential bcftools cmake git gzip python3-dev python3-pip python3-setuptools
+ sudo apt install -y build-essential bcftools cmake git gzip liblzma-dev libzstd-dev python3-dev python3-pip python3-setuptools zlib1g-dev
18
pip3 --version
19
pip3 install wheel
20
pip3 install cget
0 commit comments