Skip to content

Commit

Permalink
install libbz2-dev to fix failing fitsio installation; see esheldon/f…
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Dec 26, 2024
1 parent 122efa4 commit 2cc298e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python dependencies
run: |
sudo apt-get update
sudo apt install libbz2-dev
python -m pip install --upgrade pip setuptools wheel
python -m pip install pytest
python -m pip install git+https://github.com/desihub/desiutil.git@${DESIUTIL_VERSION}#egg=desiutil
Expand Down

0 comments on commit 2cc298e

Please sign in to comment.