Skip to content

Commit f3cf53e

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 48d1b59 commit f3cf53e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@ steps:
2222
- script: |
2323
python -m pip install --upgrade pip
2424
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
25+
pip install -e .\libraries\botbuilder-community-dialogs-prompts\
3126
displayName: 'Install dependencies'
3227

3328
- script: |

0 commit comments

Comments
 (0)