File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
libraries/botbuilder-dialogs/botbuilder/dialogs/prompts Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 7
7
- pip install -e ./libraries/botbuilder-schema
8
8
- pip install -e ./libraries/botframework-connector
9
9
- pip install -e ./libraries/botbuilder-core
10
+ - pip install -e ./libraries/botbuilder-dialogs
10
11
- pip install -r ./libraries/botframework-connector/tests/requirements.txt
11
12
12
13
script : pytest
Original file line number Diff line number Diff line change
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for
5
+ # license information.
6
+ # --------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments