Skip to content

Commit

Permalink
Added libbz2-1.0 for feedparser install in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Feb 20, 2025
1 parent f63358e commit 9da4bed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
command: pyenv -v
- name: Setup Env
run: |
sudo apt-get install -y libjpeg8-dev libbz2-dev
sudo apt-get install -y libjpeg8-dev libbz2-1.0
pip install -r requirements.txt coverage==5.3.1
- name: Cache eggs
uses: actions/cache@v2
Expand Down Expand Up @@ -48,6 +48,7 @@ jobs:
command: pyenv -v
- name: Setup Env
run: |
sudo apt-get install -y libjpeg8-dev libbz2-1.0
pip install -r requirements.txt coverage==5.3.1
- name: Cache eggs
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog

- Added libjpeg8 for Pillow install in gha.
[sgeulette]
- Added libbz2-dev for feedparser install in gha.
- Added libbz2-1.0 for feedparser install in gha.
[sgeulette]

1.43.0 (2025-02-20)
Expand Down

0 comments on commit 9da4bed

Please sign in to comment.