There was an error while loading. Please reload this page.
1 parent 48d1b59 commit f3cf53eCopy full SHA for f3cf53e
azure-pipelines.yml
@@ -22,12 +22,7 @@ steps:
22
- script: |
23
python -m pip install --upgrade pip
24
pip install pytest pytest-azurepipelines
25
- pip install aiounittest
26
- pip install botbuilder
27
- pip install asyncio
28
- pip install botbuilder.dialogs
29
- pip install botbuilder.core.adapters
30
- pip install botbuilder.schema
+ pip install -e .\libraries\botbuilder-community-dialogs-prompts\
31
displayName: 'Install dependencies'
32
33
0 commit comments