Skip to content

Commit

Permalink
coverage tests also need libbz2
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Dec 27, 2024
1 parent 2e15d7d commit a1a7c8e
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 @@ -64,6 +64,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 pytest-cov coveralls
python -m pip install git+https://github.com/desihub/desiutil.git@${DESIUTIL_VERSION}#egg=desiutil
Expand Down

0 comments on commit a1a7c8e

Please sign in to comment.