Skip to content

Commit

Permalink
install libjpeg-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
trangdata committed Sep 10, 2024
1 parent 279be36 commit 13851be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
pip install ".[dev]"
sudo apt-get update
sudo apt-get install libssl-dev libcurl4-openssl-dev
sudo apt-get install libssl-dev libcurl4-openssl-dev libjpeg-dev
- name: Test with nose
run: |
nosetests -s -v
Expand Down

0 comments on commit 13851be

Please sign in to comment.