Skip to content

Commit 3a97e09

Browse files
authored
adding azure-eventhubs to the exception list. should result in what we expect unless another package installs it in dev mode (Azure#7240)
1 parent 1caeded commit 3a97e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
displayName: 'Install All Packages'
2323
inputs:
2424
scriptPath: 'scripts/dev_setup.py'
25-
arguments: '--exceptionlist=azure-eventhubs-checkpointstoreblob-aio'
25+
arguments: '--exceptionlist=azure-eventhubs,azure-eventhubs-checkpointstoreblob-aio'
2626

2727
- powershell: |
2828
cd $(Build.SourcesDirectory)/doc/sphinx

0 commit comments

Comments
 (0)