From 3093b4dfef436ba27535b15c861eac0c8a04727b Mon Sep 17 00:00:00 2001 From: anakin87 Date: Wed, 9 Apr 2025 11:11:29 +0200 Subject: [PATCH 1/2] ci: make lint workflow rune when pyproject is modified --- .github/workflows/tests.yml | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 765cc2753e..fdb83d51ce 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -223,6 +223,7 @@ jobs: with: files: | **/*.py + pyproject.toml files_ignore: | test/** diff --git a/pyproject.toml b/pyproject.toml index 3e29dde5ac..624cede45b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "jsonschema", # JsonSchemaValidator, Tool "haystack-experimental", ] - +# trigger [tool.hatch.envs.default] installer = "uv" dependencies = [ From ffaeb7e0b1f3f4ec8245178b42c96c7ed79b8499 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Wed, 9 Apr 2025 11:21:59 +0200 Subject: [PATCH 2/2] remove trigger --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 624cede45b..3e29dde5ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "jsonschema", # JsonSchemaValidator, Tool "haystack-experimental", ] -# trigger + [tool.hatch.envs.default] installer = "uv" dependencies = [