diff --git a/.github/workflows/CI_check_api_ref.yml b/.github/workflows/CI_check_api_ref.yml index b21d00739a..3373fc8bb9 100644 --- a/.github/workflows/CI_check_api_ref.yml +++ b/.github/workflows/CI_check_api_ref.yml @@ -81,7 +81,7 @@ jobs: - name: Install Hatch if: steps.changed.outputs.integrations != '[]' - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Generate API references if: steps.changed.outputs.integrations != '[]' diff --git a/.github/workflows/CI_docusaurus_sync.yml b/.github/workflows/CI_docusaurus_sync.yml index 3a063b6693..15b69ac1c9 100644 --- a/.github/workflows/CI_docusaurus_sync.yml +++ b/.github/workflows/CI_docusaurus_sync.yml @@ -32,7 +32,7 @@ jobs: python-version: "3.10" - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Get project folder id: pathfinder diff --git a/.github/workflows/CI_pypi_release.yml b/.github/workflows/CI_pypi_release.yml index 4a3356fd29..987480bb9e 100644 --- a/.github/workflows/CI_pypi_release.yml +++ b/.github/workflows/CI_pypi_release.yml @@ -34,11 +34,8 @@ jobs: with: python-version: "3.12" - - name: Install Hatch - uses: pypa/hatch@install - - name: Install dependencies - run: pip install requests + run: pip install hatch "virtualenv<21.0.0" requests - name: Validate version number run: python .github/utils/validate_version.py --tag ${{ github.ref_name }} diff --git a/.github/workflows/aimlapi.yml b/.github/workflows/aimlapi.yml index ba4bacf475..6b3be4f702 100644 --- a/.github/workflows/aimlapi.yml +++ b/.github/workflows/aimlapi.yml @@ -48,7 +48,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/amazon_bedrock.yml b/.github/workflows/amazon_bedrock.yml index 486b0573f5..844582f06e 100644 --- a/.github/workflows/amazon_bedrock.yml +++ b/.github/workflows/amazon_bedrock.yml @@ -57,7 +57,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/amazon_sagemaker.yml b/.github/workflows/amazon_sagemaker.yml index 74fa4001e4..5ba525dbc3 100644 --- a/.github/workflows/amazon_sagemaker.yml +++ b/.github/workflows/amazon_sagemaker.yml @@ -47,7 +47,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/anthropic.yml b/.github/workflows/anthropic.yml index d5d1023f90..31740b545d 100644 --- a/.github/workflows/anthropic.yml +++ b/.github/workflows/anthropic.yml @@ -48,7 +48,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/astra.yml b/.github/workflows/astra.yml index 90fa8034f0..264e0c8a35 100644 --- a/.github/workflows/astra.yml +++ b/.github/workflows/astra.yml @@ -48,7 +48,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/azure_ai_search.yml b/.github/workflows/azure_ai_search.yml index 6839081b08..6909836bc9 100644 --- a/.github/workflows/azure_ai_search.yml +++ b/.github/workflows/azure_ai_search.yml @@ -45,7 +45,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/azure_doc_intelligence.yml b/.github/workflows/azure_doc_intelligence.yml index 5ee2873343..8dd73122e1 100644 --- a/.github/workflows/azure_doc_intelligence.yml +++ b/.github/workflows/azure_doc_intelligence.yml @@ -45,7 +45,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/chroma.yml b/.github/workflows/chroma.yml index 85ccaf16a0..0e60970b9c 100644 --- a/.github/workflows/chroma.yml +++ b/.github/workflows/chroma.yml @@ -47,7 +47,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/cohere.yml b/.github/workflows/cohere.yml index a1c9da3160..ac0e1dcead 100644 --- a/.github/workflows/cohere.yml +++ b/.github/workflows/cohere.yml @@ -48,7 +48,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/cometapi.yml b/.github/workflows/cometapi.yml index 0414a88112..6cfaf92863 100644 --- a/.github/workflows/cometapi.yml +++ b/.github/workflows/cometapi.yml @@ -49,7 +49,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' run: hatch run fmt-check && hatch run test:types diff --git a/.github/workflows/deepeval.yml b/.github/workflows/deepeval.yml index 479fa05bf4..3846cad0f7 100644 --- a/.github/workflows/deepeval.yml +++ b/.github/workflows/deepeval.yml @@ -48,7 +48,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' run: hatch run fmt-check && hatch run test:types diff --git a/.github/workflows/elasticsearch.yml b/.github/workflows/elasticsearch.yml index a07e6f7740..f872e8b472 100644 --- a/.github/workflows/elasticsearch.yml +++ b/.github/workflows/elasticsearch.yml @@ -42,7 +42,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/fastembed.yml b/.github/workflows/fastembed.yml index 1a27ba0c43..5c86fd5b1d 100644 --- a/.github/workflows/fastembed.yml +++ b/.github/workflows/fastembed.yml @@ -32,7 +32,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' run: hatch run fmt-check && hatch run test:types diff --git a/.github/workflows/firecrawl.yml b/.github/workflows/firecrawl.yml index ceca75169e..683b63a427 100644 --- a/.github/workflows/firecrawl.yml +++ b/.github/workflows/firecrawl.yml @@ -43,7 +43,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/github.yml b/.github/workflows/github.yml index 424c06e0f2..dce7aa9152 100644 --- a/.github/workflows/github.yml +++ b/.github/workflows/github.yml @@ -47,7 +47,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' run: hatch run fmt-check && hatch run test:types diff --git a/.github/workflows/google_genai.yml b/.github/workflows/google_genai.yml index ada65461ac..9ed43b76f3 100644 --- a/.github/workflows/google_genai.yml +++ b/.github/workflows/google_genai.yml @@ -49,7 +49,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' run: hatch run fmt-check && hatch run test:types diff --git a/.github/workflows/hanlp.yml b/.github/workflows/hanlp.yml index 2c434f5577..6909d51d8a 100644 --- a/.github/workflows/hanlp.yml +++ b/.github/workflows/hanlp.yml @@ -53,7 +53,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/jina.yml b/.github/workflows/jina.yml index d852e43c19..e107a694db 100644 --- a/.github/workflows/jina.yml +++ b/.github/workflows/jina.yml @@ -47,7 +47,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/langfuse.yml b/.github/workflows/langfuse.yml index 9c45c5646a..d6f37c38fc 100644 --- a/.github/workflows/langfuse.yml +++ b/.github/workflows/langfuse.yml @@ -52,7 +52,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" # TODO: Once this integration is properly typed, use hatch run test:types # https://github.com/deepset-ai/haystack-core-integrations/issues/1771 diff --git a/.github/workflows/lara.yml b/.github/workflows/lara.yml index e6a5f77187..470a40fb94 100644 --- a/.github/workflows/lara.yml +++ b/.github/workflows/lara.yml @@ -45,7 +45,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/llama_cpp.yml b/.github/workflows/llama_cpp.yml index 257c62d5fe..5a0ebbd8a7 100644 --- a/.github/workflows/llama_cpp.yml +++ b/.github/workflows/llama_cpp.yml @@ -61,7 +61,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/llama_stack.yml b/.github/workflows/llama_stack.yml index db7f158d9d..001ecb35d2 100644 --- a/.github/workflows/llama_stack.yml +++ b/.github/workflows/llama_stack.yml @@ -110,7 +110,7 @@ jobs: curl -fsS http://localhost:8321/v1/models || { echo "Health check failed. Logs:"; cat server.log; exit 1; } - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.12' && runner.os == 'Linux' diff --git a/.github/workflows/mcp.yml b/.github/workflows/mcp.yml index c81379aaec..d0b73f3286 100644 --- a/.github/workflows/mcp.yml +++ b/.github/workflows/mcp.yml @@ -49,7 +49,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Set up Docker if: runner.os == 'Linux' diff --git a/.github/workflows/meta_llama.yml b/.github/workflows/meta_llama.yml index 9cc71a5abf..2be9e38afc 100644 --- a/.github/workflows/meta_llama.yml +++ b/.github/workflows/meta_llama.yml @@ -49,7 +49,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' run: hatch run fmt-check && hatch run test:types diff --git a/.github/workflows/mistral.yml b/.github/workflows/mistral.yml index 8c4a27785a..3188127ad5 100644 --- a/.github/workflows/mistral.yml +++ b/.github/workflows/mistral.yml @@ -48,7 +48,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/mongodb_atlas.yml b/.github/workflows/mongodb_atlas.yml index 2039a78ab7..9cb3865be9 100644 --- a/.github/workflows/mongodb_atlas.yml +++ b/.github/workflows/mongodb_atlas.yml @@ -44,7 +44,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/nvidia.yml b/.github/workflows/nvidia.yml index 46072c8c9d..4da192b9ae 100644 --- a/.github/workflows/nvidia.yml +++ b/.github/workflows/nvidia.yml @@ -49,7 +49,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/ollama.yml b/.github/workflows/ollama.yml index a5d03e97ff..a782eb84f0 100644 --- a/.github/workflows/ollama.yml +++ b/.github/workflows/ollama.yml @@ -86,7 +86,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/openrouter.yml b/.github/workflows/openrouter.yml index 4b0ef5fc1c..dd2a169ab1 100644 --- a/.github/workflows/openrouter.yml +++ b/.github/workflows/openrouter.yml @@ -48,7 +48,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' run: hatch run fmt-check && hatch run test:types diff --git a/.github/workflows/opensearch.yml b/.github/workflows/opensearch.yml index ad0d0033a4..3533dd753d 100644 --- a/.github/workflows/opensearch.yml +++ b/.github/workflows/opensearch.yml @@ -42,7 +42,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/optimum.yml b/.github/workflows/optimum.yml index 95fbe3a3ad..8e28971d8c 100644 --- a/.github/workflows/optimum.yml +++ b/.github/workflows/optimum.yml @@ -47,7 +47,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint # we check types with python 3.13 because with 3.9, the installation of some type stubs fails diff --git a/.github/workflows/paddleocr.yml b/.github/workflows/paddleocr.yml index 9b31d8b58f..73f1d055d6 100644 --- a/.github/workflows/paddleocr.yml +++ b/.github/workflows/paddleocr.yml @@ -49,7 +49,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/pgvector.yml b/.github/workflows/pgvector.yml index 1f44c06dca..3185f9e964 100644 --- a/.github/workflows/pgvector.yml +++ b/.github/workflows/pgvector.yml @@ -51,7 +51,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/pinecone.yml b/.github/workflows/pinecone.yml index 8afae0a537..83b2bfd352 100644 --- a/.github/workflows/pinecone.yml +++ b/.github/workflows/pinecone.yml @@ -50,7 +50,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" # TODO: Once this integration is properly typed, use hatch run test:types # https://github.com/deepset-ai/haystack-core-integrations/issues/1771 diff --git a/.github/workflows/pyversity.yml b/.github/workflows/pyversity.yml index cc99bdf263..618e37389f 100644 --- a/.github/workflows/pyversity.yml +++ b/.github/workflows/pyversity.yml @@ -32,7 +32,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - run: pip install --upgrade hatch + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/qdrant.yml b/.github/workflows/qdrant.yml index 1b89682987..5e30bba9b4 100644 --- a/.github/workflows/qdrant.yml +++ b/.github/workflows/qdrant.yml @@ -47,7 +47,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/ragas.yml b/.github/workflows/ragas.yml index 71dc248030..5cce1a0c23 100644 --- a/.github/workflows/ragas.yml +++ b/.github/workflows/ragas.yml @@ -48,7 +48,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/snowflake.yml b/.github/workflows/snowflake.yml index 78414900f7..68dff55807 100644 --- a/.github/workflows/snowflake.yml +++ b/.github/workflows/snowflake.yml @@ -47,7 +47,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/stackit.yml b/.github/workflows/stackit.yml index 6c05547644..a757e31f83 100644 --- a/.github/workflows/stackit.yml +++ b/.github/workflows/stackit.yml @@ -48,7 +48,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' run: hatch run fmt-check && hatch run test:types diff --git a/.github/workflows/togetherai.yml b/.github/workflows/togetherai.yml index 015cbad3b1..879c3782ce 100644 --- a/.github/workflows/togetherai.yml +++ b/.github/workflows/togetherai.yml @@ -48,7 +48,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' run: hatch run fmt-check && hatch run test:types diff --git a/.github/workflows/unstructured.yml b/.github/workflows/unstructured.yml index e1e635fe57..e7981897c1 100644 --- a/.github/workflows/unstructured.yml +++ b/.github/workflows/unstructured.yml @@ -60,7 +60,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/valkey.yml b/.github/workflows/valkey.yml index d9d9739076..7f53163519 100644 --- a/.github/workflows/valkey.yml +++ b/.github/workflows/valkey.yml @@ -53,7 +53,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/watsonx.yml b/.github/workflows/watsonx.yml index 181b50eccd..963a547d62 100644 --- a/.github/workflows/watsonx.yml +++ b/.github/workflows/watsonx.yml @@ -49,7 +49,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/weave.yml b/.github/workflows/weave.yml index d662b48def..bb515676fc 100644 --- a/.github/workflows/weave.yml +++ b/.github/workflows/weave.yml @@ -44,7 +44,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux' diff --git a/.github/workflows/weaviate.yml b/.github/workflows/weaviate.yml index b093deb39d..1b06d2f7fe 100644 --- a/.github/workflows/weaviate.yml +++ b/.github/workflows/weaviate.yml @@ -42,7 +42,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch - uses: pypa/hatch@install + run: pip install hatch "virtualenv<21.0.0" - name: Lint if: matrix.python-version == '3.10' && runner.os == 'Linux'