Skip to content

Commit

Permalink
gh-217: install bzip2 before running tests (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntessore authored Dec 17, 2024
1 parent 38903fd commit 60698b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: "pyproject.toml"
- run: sudo apt-get install -y libbz2-dev # required to build fitsio
- run: pip install -c .github/test-constraints.txt '.[test]'
- run: pytest --cov=heracles --cov-report=lcov
- uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 60698b9

Please sign in to comment.