Skip to content

Commit 0d9a1aa

Browse files
committed
Update ci.yml
1 parent 815b728 commit 0d9a1aa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,17 @@ jobs:
7171
with:
7272
python-version: ${{ matrix.python-version }}
7373

74+
- name: Install system deps for pysam
75+
run: |
76+
sudo apt-get update
77+
sudo apt-get install -y \
78+
build-essential \
79+
zlib1g-dev \
80+
libbz2-dev \
81+
liblzma-dev \
82+
libcurl4-openssl-dev \
83+
pkg-config
84+
7485
- name: Install dependencies
7586
run: |
7687
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)