Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit e6734b4

Browse files
use python 3.8
1 parent a5e0103 commit e6734b4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
displayName: Use Node 18.x
3131
inputs:
3232
versionSpec: 18.x
33-
- script: python3 -m pip install setuptools wheel
34-
displayName: Install Python dependencies
33+
- task: UsePythonVersion@0
34+
displayName: Use Python 3.8
35+
inputs:
36+
versionSpec: 3.8
3537
- ${{ if parameters.prerelease }}:
3638
- pwsh: node -e "p=require('./package.json');p.version=p.version.replace(/\.\d+$/,'.'+$(Build.BuildNumber));require('fs').writeFileSync('./package.json',JSON.stringify(p,undefined,2))"
3739
- script: npm install --global gulp node-gyp @vscode/vsce

0 commit comments

Comments
 (0)