We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf7e3c commit 29865c5Copy full SHA for 29865c5
.github/workflows/pythonapp.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
pip install ".[dev]"
43
sudo apt-get update
44
- sudo apt-get install libssl-dev libcurl4-openssl-dev
+ sudo apt-get install libssl-dev libcurl4-openssl-dev libpng-dev
45
- name: Test with nose
46
47
nosetests -s -v
0 commit comments