From 33e1e53eb3c01de8670918955d4558326b961fd4 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Mon, 26 Aug 2024 18:25:29 +0200 Subject: [PATCH] TEST SCHEDULED --- .github/workflows/CI_license_compliance.yml | 7 ++++--- integrations/ollama/pyproject.toml | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI_license_compliance.yml b/.github/workflows/CI_license_compliance.yml index 6fbae90a2..331372cfe 100644 --- a/.github/workflows/CI_license_compliance.yml +++ b/.github/workflows/CI_license_compliance.yml @@ -2,8 +2,8 @@ name: Core / License Compliance on: pull_request: - paths: - - "integrations/**/pyproject.toml" + # paths: + # - "integrations/**/pyproject.toml" # Since we test PRs, there is no need to run the workflow at each # merge on `main`. Let's use a cron job instead. schedule: @@ -53,7 +53,8 @@ jobs: pip install toml # Determine the list of pyproject.toml files to process - if [ "${{ github.event_name }}" = "schedule" ]; then + # if [ "${{ github.event_name }}" = "schedule" ]; then + if true; then echo "Scheduled run: processing all pyproject.toml files..." FILES=$(find integrations -type f -name 'pyproject.toml') else diff --git a/integrations/ollama/pyproject.toml b/integrations/ollama/pyproject.toml index d97fec298..57aee153b 100644 --- a/integrations/ollama/pyproject.toml +++ b/integrations/ollama/pyproject.toml @@ -29,7 +29,6 @@ classifiers = [ ] dependencies = ["haystack-ai", "requests"] - [project.urls] Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/ollama#readme" Issues = "https://github.com/deepset-ai/haystack-core-integrations/issues"