Skip to content

Commit 29865c5

Browse files
committed
libpng-dev
1 parent cbf7e3c commit 29865c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
pip install ".[dev]"
4343
sudo apt-get update
44-
sudo apt-get install libssl-dev libcurl4-openssl-dev
44+
sudo apt-get install libssl-dev libcurl4-openssl-dev libpng-dev
4545
- name: Test with nose
4646
run: |
4747
nosetests -s -v

0 commit comments

Comments
 (0)