Skip to content

Commit 434052d

Browse files
committed
Add mpl build deps if testing for py35 (x86)
1 parent 8d17f56 commit 434052d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/basemap-for-manylinux.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,12 @@ jobs:
248248
run: |
249249
apt-get update
250250
apt-get install -y gcc g++ make
251+
-
252+
name: Install matplotlib dependencies
253+
run: |
254+
apt-get update
255+
apt-get install -y libfreetype6-dev libpng12-dev
256+
if: matrix.arch == 'x86' && matrix.python-version == '3.5'
251257
-
252258
name: Install package
253259
run: |

0 commit comments

Comments
 (0)