From 6c834f51cac8f8ea3929abbebad425c5bb2a7d8f Mon Sep 17 00:00:00 2001 From: xiaowuhu Date: Mon, 1 Apr 2024 17:01:04 +0800 Subject: [PATCH] Update nightly-CI.yml (#282) Signed-off-by: xiaowuhu --- .azure-pipelines/nightly-CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/nightly-CI.yml b/.azure-pipelines/nightly-CI.yml index 4d753ad..af3271b 100644 --- a/.azure-pipelines/nightly-CI.yml +++ b/.azure-pipelines/nightly-CI.yml @@ -12,15 +12,15 @@ jobs: matrix: Python382: python.version: '3.8' - ONNX_PATH: onnx==1.8.0 + ONNX_PATH: onnx==1.13.0 Python391: python.version: '3.9' - ONNX_PATH: onnx==1.9.0 + ONNX_PATH: onnx==1.13.0 Python392: python.version: '3.9' - ONNX_PATH: onnx==1.10.2 + ONNX_PATH: onnx==1.13.0 Python310: python.version: '3.10'