diff --git a/.github/workflows/_all_ci.yml b/.github/workflows/_all_ci.yml index e72bf101ba1a5..ebec4187450c7 100644 --- a/.github/workflows/_all_ci.yml +++ b/.github/workflows/_all_ci.yml @@ -69,7 +69,7 @@ jobs: - "3.10" - "3.11" if: ${{ inputs.working-directory == 'libs/langchain' }} - name: Python ${{ matrix.python-version }} extended tests + name: Python ${{ matrix.python-version || '' }} extended tests defaults: run: working-directory: ${{ inputs.working-directory }}