Skip to content

Commit

Permalink
And jpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Feb 25, 2025
1 parent 6183e02 commit 9b99a2a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,11 @@ jobs:
ls -lF /usr/local/Cellar
ls $FFTW_DIR
- name: Install libbz2
# Necessary for fitsio. cf. https://github.com/esheldon/fitsio/issues/414
- name: Install libbz2,
# bz2 necessary for fitsio. cf. https://github.com/esheldon/fitsio/issues/414
# jpeg necessary for matplotlib (via pillow)
if: matrix.os == 'ubuntu-latest'
run: sudo -H apt-get install -y libbz2-dev
run: sudo -H apt-get install -y libbz2-dev libjpeg-dev

- name: Install dependencies with pip
run: |
Expand Down

0 comments on commit 9b99a2a

Please sign in to comment.