Update available python3 version on AzurePipelines (#279)

* Use && instead of and for Windows

* Simulate fork on Windows by redirecting stderr

* Use exisiting onnx-mlir instead of cloning from master

* Update python3 libary for azo

* avoid git add .vscode

* revert change

Co-authored-by: Gheorghe-Teodor Bercea <gt.bercea@gmail.com>
This commit is contained in:
Chun-Wei Chen 2020-08-28 07:39:20 -07:00 committed by GitHub
parent 24d0a2ac71
commit 8e3748d4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
steps: steps:
- task: UsePythonVersion@0 - task: UsePythonVersion@0
inputs: inputs:
versionSpec: '3.7.8' versionSpec: '3.7.9'
architecture: 'x64' architecture: 'x64'
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts" - powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"

3
.gitignore vendored
View File

@ -179,3 +179,6 @@ dmypy.json
#editor #editor
*~ *~
# Visual Studio Code Files
.vscode