Skip to content

Commit 376018b

Browse files
committed
use python
1 parent 7ed2a3d commit 376018b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tools/ci_build/github/azure-pipelines/templates/foundry-local-nuget-packaging.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ stages:
5858
artifactName: 'onnxruntime-osx'
5959
targetPath: '$(Build.BinariesDirectory)/osx'
6060

61+
- task: UsePythonVersion@0
62+
inputs:
63+
versionSpec: '3.12'
64+
addToPath: true
65+
66+
- task: PipAuthenticate@1
67+
displayName: 'Pip Authenticate'
68+
inputs:
69+
artifactFeeds: 'Lotus'
70+
6171
- task: PowerShell@2
6272
displayName: 'Create osx directories'
6373
inputs:

0 commit comments

Comments
 (0)