From 4f6e12579cfd190e5810d4c8ba901ca5c767be7a Mon Sep 17 00:00:00 2001 From: Randy Shuai Date: Tue, 12 Sep 2023 17:05:48 -0700 Subject: [PATCH] enable azure ops in linux whl packaging --- .pipelines/wheels_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/wheels_linux.yml b/.pipelines/wheels_linux.yml index baccea75b..5e184c266 100644 --- a/.pipelines/wheels_linux.yml +++ b/.pipelines/wheels_linux.yml @@ -2,7 +2,7 @@ parameters: - name: ExtraEnv displayName: 'Extra env variable set to CIBW_ENVIRONMENT, in form of "A=1 B=2 C=3"' type: string - default: 'ExampleEnvVar=ON' + default: 'OCOS_ENABLE_AZURE=1' jobs: - job: linux