Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Oct 24, 2024
1 parent 3ae7c3c commit 554eb81
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,16 @@ jobs:

- task: UsePythonVersion@0
inputs:
versionSpec: '3.9'
versionSpec: '3.12'
addToPath: true
${{ if eq(parameters.BuildArch, 'x86') }}:
architecture: 'x86'

- task: PipAuthenticate@1
displayName: 'Pip Authenticate'
inputs:
artifactFeeds: 'PublicPackages/ORT-Nightly'

- template: telemetry-steps.yml

- task: NuGetCommand@2
Expand Down

0 comments on commit 554eb81

Please sign in to comment.