From 4cff5a51b1f3c07c19cbdb090082ab8546f8c18c Mon Sep 17 00:00:00 2001 From: anakin87 Date: Mon, 26 Aug 2024 18:19:04 +0200 Subject: [PATCH] TEST ON PR --- .github/workflows/ollama.yml | 1 - integrations/ollama/pyproject.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ollama.yml b/.github/workflows/ollama.yml index 841638522..43af485b7 100644 --- a/.github/workflows/ollama.yml +++ b/.github/workflows/ollama.yml @@ -10,7 +10,6 @@ on: - "integrations/ollama/**" - ".github/workflows/ollama.yml" - defaults: run: working-directory: integrations/ollama diff --git a/integrations/ollama/pyproject.toml b/integrations/ollama/pyproject.toml index 57aee153b..d97fec298 100644 --- a/integrations/ollama/pyproject.toml +++ b/integrations/ollama/pyproject.toml @@ -29,6 +29,7 @@ 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"