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

Skip to content

Commit 0fe70a5

Browse files
committed
Try python preview build on linux
1 parent da61194 commit 0fe70a5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
python.version: '3.6'
1515
Python37:
1616
python.version: '3.7'
17+
PythonPreview:
18+
python.version: 'Pre'
1719
maxParallel: 4
1820

1921
steps:

ci/azure-pipelines-steps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ steps:
5555
texlive-latex-base \
5656
texlive-latex-extra \
5757
texlive-latex-recommended \
58-
texlive-xetex texlive-luatex
58+
texlive-xetex texlive-luatex \
59+
zlib
5960
displayName: 'Install dependencies with apt'
6061
6162
- script: |

0 commit comments

Comments
 (0)