Disable GitHub Action setupPython in android-arm64 job (#15053)

* Revert arm64

* minor change
This commit is contained in:
Przemyslaw Wysocki 2023-01-12 00:12:13 +01:00 committed by GitHub
parent 01932428b8
commit 573a7fb6b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,9 +37,6 @@ resources:
name: openvinotoolkit/openvino_contrib
ref: master
variables:
- group: github
jobs:
- job: android_arm64
# About 150% of total time
@ -65,19 +62,13 @@ jobs:
CCACHE_DIR: $(SHARE_DIR)/ccache/master/android_arm64
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.10'
addToPath: true
architecture: 'x64'
githubToken: $(auth_token)
displayName: Setup Python 3.10
name: setupPython
- script: |
curl -H Metadata:true --noproxy "*" "http://169.254.169.254/metadata/instance?api-version=2019-06-01"
whoami
uname -a
echo ls /usr/bin/python3.10
rm -rf /usr/bin/python3
sudo ln -s /usr/bin/python3.10 /usr/bin/python3
echo Python3 info ; which python3 ; python3 --version
echo Python info ; which python ; python --version
echo Java info ; which java ; java -version