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

Skip to content

Commit e8740ff

Browse files
authored
Merge pull request #16625 from QuLogic/azure-freetype
v3.2.x: Make Azure use local FreeType.
2 parents 0a4fc95 + fb901ab commit e8740ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ steps:
9595
displayName: 'Install dependencies with pip'
9696

9797
- bash: |
98-
python -m pip install -ve . ||
98+
MPLLOCALFREETYPE=1 python -m pip install -ve . ||
9999
[[ "$PYTHON_VERSION" = 'Pre' ]]
100100
displayName: "Install self"
101101

0 commit comments

Comments
 (0)