Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Feb 16, 2025
1 parent 20a563a commit 440c061
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ jobs:
clean: all

steps:
- task: UsePythonVersion@0
displayName: Use Python $(pythonVersion)
inputs:
versionSpec: $(pythonVersion)

- script: |
env | grep ANDROID
displayName: View Android ENVs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,6 @@ stages:
clean: all
timeoutInMinutes: 30
steps:
# Onnx has no 3.9 python package available yet, need to use python 3.8
# to avoid build onnx package
# pythonVersion can be updated in Azure pipeline settings
# https://dev.azure.com/onnxruntime/onnxruntime/_build?definitionId=53
- task: UsePythonVersion@0
displayName: Use Python $(pythonVersion)
inputs:
versionSpec: $(pythonVersion)

- task: JavaToolInstaller@0
displayName: Use jdk 17
inputs:
Expand Down Expand Up @@ -127,11 +118,6 @@ stages:
workspace:
clean: all
steps:
- task: UsePythonVersion@0
displayName: Use Python $(pythonVersion)
inputs:
versionSpec: $(pythonVersion)

- task: JavaToolInstaller@0
displayName: Use jdk 17
inputs:
Expand Down Expand Up @@ -193,11 +179,6 @@ stages:
clean: all
condition: in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')
steps:
- task: UsePythonVersion@0
displayName: Use Python $(pythonVersion)
inputs:
versionSpec: $(pythonVersion)

- task: JavaToolInstaller@0
displayName: Use jdk 17
inputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ jobs:
ls -R /data/qnn_test_data
displayName: Check QNN test data
- task: UsePythonVersion@0
displayName: Use Python $(pythonVersion)
inputs:
versionSpec: $(pythonVersion)

- script: sudo apt-get update -y && sudo apt-get install -y coreutils ninja-build
displayName: Install coreutils and ninja

Expand Down

0 comments on commit 440c061

Please sign in to comment.