Skip to content

Commit

Permalink
enable azure ops in linux whl packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyShuai authored and centwang committed Sep 13, 2023
1 parent 4cc985f commit 4f6e125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/wheels_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f6e125

Please sign in to comment.