From 3bccf0306357dcf204220a79b70958ed90353594 Mon Sep 17 00:00:00 2001 From: sallyom Date: Sat, 6 Jul 2024 23:27:35 -0400 Subject: [PATCH] fix testing-framework workflow Signed-off-by: sallyom --- .github/workflows/testing_framework.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing_framework.yaml b/.github/workflows/testing_framework.yaml index 6544ea21..2d803d5d 100644 --- a/.github/workflows/testing_framework.yaml +++ b/.github/workflows/testing_framework.yaml @@ -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: @@ -45,14 +45,15 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4.1.7 - with: - ref: 'main' - name: Set up Python uses: actions/setup-python@v5.1.0 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