From 4a2a248dd7cdf81f701327b2a2eef4c9f02749fc Mon Sep 17 00:00:00 2001 From: Yulong Wang <7679871+fs-eire@users.noreply.github.com> Date: Tue, 1 Aug 2023 20:52:12 -0700 Subject: [PATCH] remove unused comments in mac CI yml file (#16964) ### Description remove unused comments in mac CI yml file --- .../github/azure-pipelines/templates/mac-cpu-packing-jobs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/mac-cpu-packing-jobs.yml b/tools/ci_build/github/azure-pipelines/templates/mac-cpu-packing-jobs.yml index a40a3ad57b..adfcd98e37 100644 --- a/tools/ci_build/github/azure-pipelines/templates/mac-cpu-packing-jobs.yml +++ b/tools/ci_build/github/azure-pipelines/templates/mac-cpu-packing-jobs.yml @@ -45,7 +45,6 @@ jobs: submodules: none - task: UsePythonVersion@0 - # Use python 3.8 to avoid build some of the required packages displayName: Use Python 3.11 inputs: versionSpec: 3.11