From c8617e08b8c0b57cb703d58c40f2e9e0f70c753b Mon Sep 17 00:00:00 2001 From: Yuting Jiang Date: Fri, 17 Feb 2023 05:09:50 +0000 Subject: [PATCH] update --- .azure-pipelines/cpu-unit-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/cpu-unit-test.yml b/.azure-pipelines/cpu-unit-test.yml index f493054bb..ce2355078 100644 --- a/.azure-pipelines/cpu-unit-test.yml +++ b/.azure-pipelines/cpu-unit-test.yml @@ -7,12 +7,12 @@ trigger: strategy: matrix: - python-3.8: - imageTag: '3.8' - python-3.7: - imageTag: '3.7' python-3.6: imageTag: '3.6' + python-3.7: + imageTag: '3.7' + python-3.8: + imageTag: '3.8' # TODO #python-latest: # imageTag: '3'