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:
4747 ASSISTANT_WORKSPACE_ID : ${{ secrets.WA_WORKSPACE_ID }}
4848 ASSISTANT_ASSISTANT_ID : ${{ secrets.WA_ASSISTANT_ID }}
4949 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"
5450 DISCOVERY_V2_APIKEY : ${{ secrets.D2_APIKEY }}
5551 DISCOVERY_V2_PROJECT_ID : ${{ secrets.D2_PROJECT_ID }}
5652 DISCOVERY_V2_COLLECTION_ID : ${{ secrets.D2_COLLECTION_ID }}
5753 DISCOVERY_V2_URL : " https://api.us-south.discovery.watson.cloud.ibm.com"
5854 run : |
5955 pip3 install -U python-dotenv
60- pytest test/integration/test_assistant_v1.py -rap
61- pytest test/integration/test_discovery_v1.py -rap
6256 pytest test/integration/test_discovery_v2.py -rap
6357 pytest test/integration/test_language_translator_v3.py -rap
6458 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 2020from .language_translator_v3 import LanguageTranslatorV3
2121from .natural_language_understanding_v1 import NaturalLanguageUnderstandingV1
2222from .text_to_speech_v1 import TextToSpeechV1
23- from .discovery_v1 import DiscoveryV1
2423from .discovery_v2 import DiscoveryV2
2524from .version import __version__
2625from .common import get_sdk_headers
You can’t perform that action at this time.
0 commit comments