Skip to content

Commit

Permalink
fix testing-framework workflow
Browse files Browse the repository at this point in the history
Signed-off-by: sallyom <[email protected]>
  • Loading branch information
sallyom committed Jul 7, 2024
1 parent 0455b4a commit 3bccf03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/testing_framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule: # schedule the job to run once a day
- cron: '0 0 * * *'

#workflow_dispatch:
workflow_dispatch:

# pull_request: ## temporary for debugging development purposes
# branches:
Expand Down Expand Up @@ -45,14 +45,15 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
with:
ref: 'main'

- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.11'

- name: Debug - List directory contents
run: ls -al ./main/recipes/natural_language_processing/chatbot

- name: Install opentelemetry dependencies
run: |
pip install --no-cache-dir opentelemetry-sdk opentelemetry-exporter-otlp opentelemetry-instrumentation
Expand Down

0 comments on commit 3bccf03

Please sign in to comment.