Skip to content

Commit 8b63508

Browse files
committed
Update azure-pipelines.yml
1 parent eaf6fc1 commit 8b63508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- bash: python -m pip install -U pip && python -m pip install -e. --group test
6767
displayName: 'Update pip and install cibuildwheel --group test'
6868

69-
- bash: echo "##vso[task.setvariable variable=CIBW_ENABLE;all]"
69+
- bash: echo "##vso[task.setvariable variable=CIBW_ENABLE;]all"
7070
condition: eq(variables['Build.SourceBranch'], 'refs/heads/main')
7171
displayName: Set CIBW_ENABLE to all (main branch)
7272

0 commit comments

Comments
 (0)