Skip to content

Commit

Permalink
Windows is too new, install python 3 on centos
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Nov 1, 2022
1 parent 0f8c5e8 commit 4892b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- template: azure-pipelines-template.yml
parameters:
name: Windows
vmImage: windows-2022
vmImage: windows-2019
arch: x64

- ${{ if startsWith(variables['Build.SourceBranch'], 'refs/tags/v') }}:
Expand Down
1 change: 1 addition & 0 deletions docker-agents/centos.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN yum install -y \
libtool \
openssl-devel \
python-devel \
python3 \
gcc \
git \
which
Expand Down

0 comments on commit 4892b98

Please sign in to comment.