From df024a4e878a8d8313fb8f0d05a5ca9ed037ff7b Mon Sep 17 00:00:00 2001 From: Bagatur Date: Tue, 5 Dec 2023 11:57:51 -0800 Subject: [PATCH] single --- .github/workflows/_all_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_all_ci.yml b/.github/workflows/_all_ci.yml index 6f7f2638bde7a..50cc974d5f3c0 100644 --- a/.github/workflows/_all_ci.yml +++ b/.github/workflows/_all_ci.yml @@ -38,7 +38,7 @@ jobs: compile-integration-tests: uses: ./.github/workflows/_compile_integration_test.yml - if: ${{ inputs.working-directory != "libs/core" }} + if: ${{ inputs.working-directory != 'libs/core' }} with: working-directory: ${{ inputs.working-directory }} secrets: inherit @@ -58,7 +58,7 @@ jobs: - "3.9" - "3.10" - "3.11" - if: ${{ inputs.working-directory == "libs/langchain" }} + if: ${{ inputs.working-directory == 'libs/langchain' }} name: Python ${{ matrix.python-version }} extended tests defaults: run: