Skip to content

Commit

Permalink
install libbz2-dev in testing-and-coverage.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed Dec 11, 2024
1 parent 106043e commit 75761d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt install libbz2-dev
python -m pip install --upgrade pip
pip install wheel
pip install .
Expand Down

0 comments on commit 75761d5

Please sign in to comment.