Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67932e9

Browse files
committed
TST: use localfreetype on azure
1 parent 1d04409 commit 67932e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ jobs:
3131
3232
displayName: 'Install dependencies'
3333
34-
- script: pip install -ve .
34+
- script: |
35+
36+
export MPLLOCALFREETYPE=1
37+
pip install -ve .
38+
3539
displayName: "Install self"
3640
3741
- script: |

0 commit comments

Comments
 (0)