Skip to content

Commit 4892b98

Browse files
committed
Windows is too new, install python 3 on centos
1 parent 0f8c5e8 commit 4892b98

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- template: azure-pipelines-template.yml
3737
parameters:
3838
name: Windows
39-
vmImage: windows-2022
39+
vmImage: windows-2019
4040
arch: x64
4141

4242
- ${{ if startsWith(variables['Build.SourceBranch'], 'refs/tags/v') }}:

docker-agents/centos.Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN yum install -y \
2121
libtool \
2222
openssl-devel \
2323
python-devel \
24+
python3 \
2425
gcc \
2526
git \
2627
which

0 commit comments

Comments
 (0)