Skip to content

Commit 00ed1c7

Browse files
committed
Install libbz2
1 parent 9b694e9 commit 00ed1c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
- name: Install tox and coverage.py
5252
run: python -m pip install coverage[toml] tox
5353

54+
- name: Install ubuntu dependencies for fitsio
55+
run: sudo apt-get install -y libbz2-dev
56+
5457
- name: Run doctests
5558
run: tox -e doctests-${{ matrix.python-version }} --verbose
5659
env:

0 commit comments

Comments
 (0)