diff --git a/.azure/scripts/python.yml b/.azure/scripts/python.yml index 0548613f5..a5f8eb53b 100644 --- a/.azure/scripts/python.yml +++ b/.azure/scripts/python.yml @@ -5,7 +5,7 @@ parameters: - name: architecture type: string - default: 'x86_64' + default: 'x64' steps: - task: UsePythonVersion@0