From baa78c3669d90e998cc77f447b25437ed34398bf Mon Sep 17 00:00:00 2001 From: anakin87 Date: Wed, 18 Dec 2024 10:01:37 +0100 Subject: [PATCH 1/2] fix nightly runs with haystack main --- .github/workflows/amazon_bedrock.yml | 2 +- .github/workflows/amazon_sagemaker.yml | 2 +- .github/workflows/anthropic.yml | 2 +- .github/workflows/astra.yml | 2 +- .github/workflows/azure_ai_search.yml | 2 +- .github/workflows/chroma.yml | 2 +- .github/workflows/cohere.yml | 2 +- .github/workflows/deepeval.yml | 2 +- .github/workflows/elasticsearch.yml | 2 +- .github/workflows/fastembed.yml | 2 +- .github/workflows/google_ai.yml | 2 +- .github/workflows/google_vertex.yml | 2 +- .github/workflows/instructor_embedders.yml | 2 +- .github/workflows/jina.yml | 2 +- .github/workflows/langfuse.yml | 2 +- .github/workflows/llama_cpp.yml | 2 +- .github/workflows/mistral.yml | 2 +- .github/workflows/mongodb_atlas.yml | 2 +- .github/workflows/nvidia.yml | 2 +- .github/workflows/ollama.yml | 2 +- .github/workflows/opensearch.yml | 2 +- .github/workflows/optimum.yml | 2 +- .github/workflows/pgvector.yml | 2 +- .github/workflows/pinecone.yml | 2 +- .github/workflows/qdrant.yml | 2 +- .github/workflows/ragas.yml | 2 +- .github/workflows/snowflake.yml | 2 +- .github/workflows/unstructured.yml | 2 +- .github/workflows/weaviate.yml | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/amazon_bedrock.yml b/.github/workflows/amazon_bedrock.yml index 2057d4bdf..9eda2e022 100644 --- a/.github/workflows/amazon_bedrock.yml +++ b/.github/workflows/amazon_bedrock.yml @@ -81,7 +81,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/amazon_sagemaker.yml b/.github/workflows/amazon_sagemaker.yml index ed0a571e6..36d435926 100644 --- a/.github/workflows/amazon_sagemaker.yml +++ b/.github/workflows/amazon_sagemaker.yml @@ -62,7 +62,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/anthropic.yml b/.github/workflows/anthropic.yml index 52ba5c9d4..9f640bee2 100644 --- a/.github/workflows/anthropic.yml +++ b/.github/workflows/anthropic.yml @@ -59,7 +59,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/astra.yml b/.github/workflows/astra.yml index dcfc00c75..2ca6cc1c7 100644 --- a/.github/workflows/astra.yml +++ b/.github/workflows/astra.yml @@ -66,7 +66,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/azure_ai_search.yml b/.github/workflows/azure_ai_search.yml index 1c10edc91..bf848ba95 100644 --- a/.github/workflows/azure_ai_search.yml +++ b/.github/workflows/azure_ai_search.yml @@ -60,7 +60,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/chroma.yml b/.github/workflows/chroma.yml index 6dbf36d85..5846daa77 100644 --- a/.github/workflows/chroma.yml +++ b/.github/workflows/chroma.yml @@ -66,7 +66,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/cohere.yml b/.github/workflows/cohere.yml index 00a8ee2ed..d9730fe31 100644 --- a/.github/workflows/cohere.yml +++ b/.github/workflows/cohere.yml @@ -63,7 +63,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/deepeval.yml b/.github/workflows/deepeval.yml index 23de1a3f4..20ed0c2a8 100644 --- a/.github/workflows/deepeval.yml +++ b/.github/workflows/deepeval.yml @@ -63,7 +63,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/elasticsearch.yml b/.github/workflows/elasticsearch.yml index 476e832b5..ad7f79690 100644 --- a/.github/workflows/elasticsearch.yml +++ b/.github/workflows/elasticsearch.yml @@ -60,7 +60,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/fastembed.yml b/.github/workflows/fastembed.yml index e389bf3a4..e28d3ce06 100644 --- a/.github/workflows/fastembed.yml +++ b/.github/workflows/fastembed.yml @@ -47,7 +47,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/google_ai.yml b/.github/workflows/google_ai.yml index 1b4b2e496..367286cec 100644 --- a/.github/workflows/google_ai.yml +++ b/.github/workflows/google_ai.yml @@ -63,7 +63,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/google_vertex.yml b/.github/workflows/google_vertex.yml index 34c0cf07c..be02b5acc 100644 --- a/.github/workflows/google_vertex.yml +++ b/.github/workflows/google_vertex.yml @@ -62,7 +62,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/instructor_embedders.yml b/.github/workflows/instructor_embedders.yml index f12f4d696..20dcabd20 100644 --- a/.github/workflows/instructor_embedders.yml +++ b/.github/workflows/instructor_embedders.yml @@ -40,7 +40,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/jina.yml b/.github/workflows/jina.yml index 00af6eb45..8b9e57885 100644 --- a/.github/workflows/jina.yml +++ b/.github/workflows/jina.yml @@ -62,7 +62,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/langfuse.yml b/.github/workflows/langfuse.yml index 8a10cf241..e6a220a11 100644 --- a/.github/workflows/langfuse.yml +++ b/.github/workflows/langfuse.yml @@ -65,7 +65,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/llama_cpp.yml b/.github/workflows/llama_cpp.yml index a9480ca96..2bacca8cb 100644 --- a/.github/workflows/llama_cpp.yml +++ b/.github/workflows/llama_cpp.yml @@ -62,7 +62,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/mistral.yml b/.github/workflows/mistral.yml index e62008906..57a2b5e5c 100644 --- a/.github/workflows/mistral.yml +++ b/.github/workflows/mistral.yml @@ -63,7 +63,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/mongodb_atlas.yml b/.github/workflows/mongodb_atlas.yml index 3fd2a43ac..6d5792496 100644 --- a/.github/workflows/mongodb_atlas.yml +++ b/.github/workflows/mongodb_atlas.yml @@ -60,7 +60,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/nvidia.yml b/.github/workflows/nvidia.yml index 0d39a4d91..b4a713a6e 100644 --- a/.github/workflows/nvidia.yml +++ b/.github/workflows/nvidia.yml @@ -64,7 +64,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/ollama.yml b/.github/workflows/ollama.yml index 43af485b7..db5025bdd 100644 --- a/.github/workflows/ollama.yml +++ b/.github/workflows/ollama.yml @@ -80,7 +80,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/opensearch.yml b/.github/workflows/opensearch.yml index 48169a75f..e50b6378b 100644 --- a/.github/workflows/opensearch.yml +++ b/.github/workflows/opensearch.yml @@ -60,7 +60,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/optimum.yml b/.github/workflows/optimum.yml index c33baa7f8..66361fa73 100644 --- a/.github/workflows/optimum.yml +++ b/.github/workflows/optimum.yml @@ -62,7 +62,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/pgvector.yml b/.github/workflows/pgvector.yml index ab5c984ed..06b6b150f 100644 --- a/.github/workflows/pgvector.yml +++ b/.github/workflows/pgvector.yml @@ -66,7 +66,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/pinecone.yml b/.github/workflows/pinecone.yml index 9e143005b..aebba2868 100644 --- a/.github/workflows/pinecone.yml +++ b/.github/workflows/pinecone.yml @@ -68,7 +68,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/qdrant.yml b/.github/workflows/qdrant.yml index 116225b2d..2d4de6e8c 100644 --- a/.github/workflows/qdrant.yml +++ b/.github/workflows/qdrant.yml @@ -62,7 +62,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/ragas.yml b/.github/workflows/ragas.yml index c4757e704..69de8f0bd 100644 --- a/.github/workflows/ragas.yml +++ b/.github/workflows/ragas.yml @@ -63,7 +63,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/snowflake.yml b/.github/workflows/snowflake.yml index 19596f312..69bd6fdd5 100644 --- a/.github/workflows/snowflake.yml +++ b/.github/workflows/snowflake.yml @@ -62,7 +62,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/unstructured.yml b/.github/workflows/unstructured.yml index e4b640275..8b079733e 100644 --- a/.github/workflows/unstructured.yml +++ b/.github/workflows/unstructured.yml @@ -74,7 +74,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/weaviate.yml b/.github/workflows/weaviate.yml index 36c30f069..a925a9f15 100644 --- a/.github/workflows/weaviate.yml +++ b/.github/workflows/weaviate.yml @@ -60,7 +60,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures From 0fdea6b00debe40bfc40c1e91b84c0f7cf339d91 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Wed, 18 Dec 2024 12:00:16 +0100 Subject: [PATCH 2/2] feedback --- .github/workflows/amazon_bedrock.yml | 2 +- .github/workflows/amazon_sagemaker.yml | 2 +- .github/workflows/anthropic.yml | 2 +- .github/workflows/astra.yml | 2 +- .github/workflows/azure_ai_search.yml | 2 +- .github/workflows/chroma.yml | 2 +- .github/workflows/cohere.yml | 2 +- .github/workflows/deepeval.yml | 2 +- .github/workflows/elasticsearch.yml | 2 +- .github/workflows/fastembed.yml | 2 +- .github/workflows/google_ai.yml | 2 +- .github/workflows/google_vertex.yml | 2 +- .github/workflows/instructor_embedders.yml | 2 +- .github/workflows/jina.yml | 2 +- .github/workflows/langfuse.yml | 2 +- .github/workflows/llama_cpp.yml | 2 +- .github/workflows/mistral.yml | 2 +- .github/workflows/mongodb_atlas.yml | 2 +- .github/workflows/nvidia.yml | 2 +- .github/workflows/ollama.yml | 2 +- .github/workflows/opensearch.yml | 2 +- .github/workflows/optimum.yml | 2 +- .github/workflows/pgvector.yml | 2 +- .github/workflows/pinecone.yml | 2 +- .github/workflows/qdrant.yml | 2 +- .github/workflows/ragas.yml | 2 +- .github/workflows/snowflake.yml | 2 +- .github/workflows/unstructured.yml | 2 +- .github/workflows/weaviate.yml | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/amazon_bedrock.yml b/.github/workflows/amazon_bedrock.yml index 9eda2e022..be356ee4c 100644 --- a/.github/workflows/amazon_bedrock.yml +++ b/.github/workflows/amazon_bedrock.yml @@ -81,7 +81,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/amazon_sagemaker.yml b/.github/workflows/amazon_sagemaker.yml index 36d435926..646f22e02 100644 --- a/.github/workflows/amazon_sagemaker.yml +++ b/.github/workflows/amazon_sagemaker.yml @@ -62,7 +62,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/anthropic.yml b/.github/workflows/anthropic.yml index 9f640bee2..6dcc681bc 100644 --- a/.github/workflows/anthropic.yml +++ b/.github/workflows/anthropic.yml @@ -59,7 +59,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/astra.yml b/.github/workflows/astra.yml index 2ca6cc1c7..55ff7552c 100644 --- a/.github/workflows/astra.yml +++ b/.github/workflows/astra.yml @@ -66,7 +66,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/azure_ai_search.yml b/.github/workflows/azure_ai_search.yml index bf848ba95..7ead7d113 100644 --- a/.github/workflows/azure_ai_search.yml +++ b/.github/workflows/azure_ai_search.yml @@ -60,7 +60,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/chroma.yml b/.github/workflows/chroma.yml index 5846daa77..323a8a0b3 100644 --- a/.github/workflows/chroma.yml +++ b/.github/workflows/chroma.yml @@ -66,7 +66,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/cohere.yml b/.github/workflows/cohere.yml index d9730fe31..2f74cd66a 100644 --- a/.github/workflows/cohere.yml +++ b/.github/workflows/cohere.yml @@ -63,7 +63,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/deepeval.yml b/.github/workflows/deepeval.yml index 20ed0c2a8..3d320cb8f 100644 --- a/.github/workflows/deepeval.yml +++ b/.github/workflows/deepeval.yml @@ -63,7 +63,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/elasticsearch.yml b/.github/workflows/elasticsearch.yml index ad7f79690..2f34d7d19 100644 --- a/.github/workflows/elasticsearch.yml +++ b/.github/workflows/elasticsearch.yml @@ -60,7 +60,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/fastembed.yml b/.github/workflows/fastembed.yml index e28d3ce06..431f947dc 100644 --- a/.github/workflows/fastembed.yml +++ b/.github/workflows/fastembed.yml @@ -47,7 +47,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/google_ai.yml b/.github/workflows/google_ai.yml index 367286cec..25ee0d020 100644 --- a/.github/workflows/google_ai.yml +++ b/.github/workflows/google_ai.yml @@ -63,7 +63,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/google_vertex.yml b/.github/workflows/google_vertex.yml index be02b5acc..da9f6d7b3 100644 --- a/.github/workflows/google_vertex.yml +++ b/.github/workflows/google_vertex.yml @@ -62,7 +62,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/instructor_embedders.yml b/.github/workflows/instructor_embedders.yml index 20dcabd20..01e9798c3 100644 --- a/.github/workflows/instructor_embedders.yml +++ b/.github/workflows/instructor_embedders.yml @@ -40,7 +40,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/jina.yml b/.github/workflows/jina.yml index 8b9e57885..c6d506714 100644 --- a/.github/workflows/jina.yml +++ b/.github/workflows/jina.yml @@ -62,7 +62,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/langfuse.yml b/.github/workflows/langfuse.yml index e6a220a11..0cac22f91 100644 --- a/.github/workflows/langfuse.yml +++ b/.github/workflows/langfuse.yml @@ -65,7 +65,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/llama_cpp.yml b/.github/workflows/llama_cpp.yml index 2bacca8cb..b3ec462d3 100644 --- a/.github/workflows/llama_cpp.yml +++ b/.github/workflows/llama_cpp.yml @@ -62,7 +62,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/mistral.yml b/.github/workflows/mistral.yml index 57a2b5e5c..f0ce2f75a 100644 --- a/.github/workflows/mistral.yml +++ b/.github/workflows/mistral.yml @@ -63,7 +63,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/mongodb_atlas.yml b/.github/workflows/mongodb_atlas.yml index 6d5792496..690d52cd4 100644 --- a/.github/workflows/mongodb_atlas.yml +++ b/.github/workflows/mongodb_atlas.yml @@ -60,7 +60,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/nvidia.yml b/.github/workflows/nvidia.yml index b4a713a6e..39a5d062e 100644 --- a/.github/workflows/nvidia.yml +++ b/.github/workflows/nvidia.yml @@ -64,7 +64,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/ollama.yml b/.github/workflows/ollama.yml index db5025bdd..8be6bf263 100644 --- a/.github/workflows/ollama.yml +++ b/.github/workflows/ollama.yml @@ -80,7 +80,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/opensearch.yml b/.github/workflows/opensearch.yml index e50b6378b..32c9c4e6e 100644 --- a/.github/workflows/opensearch.yml +++ b/.github/workflows/opensearch.yml @@ -60,7 +60,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/optimum.yml b/.github/workflows/optimum.yml index 66361fa73..eb7b877d3 100644 --- a/.github/workflows/optimum.yml +++ b/.github/workflows/optimum.yml @@ -62,7 +62,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/pgvector.yml b/.github/workflows/pgvector.yml index 06b6b150f..d1727e1fc 100644 --- a/.github/workflows/pgvector.yml +++ b/.github/workflows/pgvector.yml @@ -66,7 +66,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/pinecone.yml b/.github/workflows/pinecone.yml index aebba2868..7e34c70de 100644 --- a/.github/workflows/pinecone.yml +++ b/.github/workflows/pinecone.yml @@ -68,7 +68,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/qdrant.yml b/.github/workflows/qdrant.yml index 2d4de6e8c..2bb24d774 100644 --- a/.github/workflows/qdrant.yml +++ b/.github/workflows/qdrant.yml @@ -62,7 +62,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/ragas.yml b/.github/workflows/ragas.yml index 69de8f0bd..953f1ffee 100644 --- a/.github/workflows/ragas.yml +++ b/.github/workflows/ragas.yml @@ -63,7 +63,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/snowflake.yml b/.github/workflows/snowflake.yml index 69bd6fdd5..98b30fc97 100644 --- a/.github/workflows/snowflake.yml +++ b/.github/workflows/snowflake.yml @@ -62,7 +62,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/unstructured.yml b/.github/workflows/unstructured.yml index 8b079733e..5a9aa77a3 100644 --- a/.github/workflows/unstructured.yml +++ b/.github/workflows/unstructured.yml @@ -74,7 +74,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures diff --git a/.github/workflows/weaviate.yml b/.github/workflows/weaviate.yml index a925a9f15..4368e62c0 100644 --- a/.github/workflows/weaviate.yml +++ b/.github/workflows/weaviate.yml @@ -60,7 +60,7 @@ jobs: - name: Nightly - run unit tests with Haystack main branch if: github.event_name == 'schedule' run: | - hatch run uv pip install git+https://github.com/deepset-ai/haystack.git + hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main hatch run cov-retry -m "not integration" - name: Send event to Datadog for nightly failures