From 8e3748d4c7725e083dacb68686b3cf68572d4677 Mon Sep 17 00:00:00 2001 From: Chun-Wei Chen Date: Fri, 28 Aug 2020 07:39:20 -0700 Subject: [PATCH] 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 --- .azure-pipelines/Windows-CI.yml | 2 +- .gitignore | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/Windows-CI.yml b/.azure-pipelines/Windows-CI.yml index a272c3a..f61eb74 100644 --- a/.azure-pipelines/Windows-CI.yml +++ b/.azure-pipelines/Windows-CI.yml @@ -13,7 +13,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.7.8' + versionSpec: '3.7.9' architecture: 'x64' - powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts" diff --git a/.gitignore b/.gitignore index dec7560..792a047 100644 --- a/.gitignore +++ b/.gitignore @@ -179,3 +179,6 @@ dmypy.json #editor *~ + +# Visual Studio Code Files +.vscode \ No newline at end of file