File tree Expand file tree Collapse file tree 6 files changed +0
-27572
lines changed Expand file tree Collapse file tree 6 files changed +0
-27572
lines changed Original file line number Diff line number Diff line change @@ -47,18 +47,12 @@ jobs:
47
47
ASSISTANT_WORKSPACE_ID : ${{ secrets.WA_WORKSPACE_ID }}
48
48
ASSISTANT_ASSISTANT_ID : ${{ secrets.WA_ASSISTANT_ID }}
49
49
ASSISTANT_URL : " https://api.us-south.assistant.watson.cloud.ibm.com"
50
- DISCOVERY_APIKEY : ${{ secrets.D1_APIKEY }}
51
- DISCOVERY_ENVIRONMENT_ID : ${{ secrets.D1_ENVIRONMENT_ID }}
52
- DISCOVERY_COLLECTION_ID : ${{ secrets.D1_COLLECTION_ID }}
53
- DISCOVERY_URL : " https://api.us-south.discovery.watson.cloud.ibm.com"
54
50
DISCOVERY_V2_APIKEY : ${{ secrets.D2_APIKEY }}
55
51
DISCOVERY_V2_PROJECT_ID : ${{ secrets.D2_PROJECT_ID }}
56
52
DISCOVERY_V2_COLLECTION_ID : ${{ secrets.D2_COLLECTION_ID }}
57
53
DISCOVERY_V2_URL : " https://api.us-south.discovery.watson.cloud.ibm.com"
58
54
run : |
59
55
pip3 install -U python-dotenv
60
- pytest test/integration/test_assistant_v1.py -rap
61
- pytest test/integration/test_discovery_v1.py -rap
62
56
pytest test/integration/test_discovery_v2.py -rap
63
57
pytest test/integration/test_language_translator_v3.py -rap
64
58
pytest test/integration/test_natural_language_understanding_v1.py -rap
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 20
20
from .language_translator_v3 import LanguageTranslatorV3
21
21
from .natural_language_understanding_v1 import NaturalLanguageUnderstandingV1
22
22
from .text_to_speech_v1 import TextToSpeechV1
23
- from .discovery_v1 import DiscoveryV1
24
23
from .discovery_v2 import DiscoveryV2
25
24
from .version import __version__
26
25
from .common import get_sdk_headers
You can’t perform that action at this time.
0 commit comments