diff --git a/.github/workflows/_lint.yml b/.github/workflows/_lint.yml index 01ca17fbd54e3..1a01b225a00aa 100644 --- a/.github/workflows/_lint.yml +++ b/.github/workflows/_lint.yml @@ -87,7 +87,7 @@ jobs: python-version: ${{ matrix.python-version }} poetry-version: ${{ env.POETRY_VERSION }} working-directory: ${{ inputs.working-directory }} - # cache-key: lint + cache-key: lint - name: Check Poetry File shell: bash diff --git a/.github/workflows/langchain_ci.yml b/.github/workflows/langchain_ci.yml index e02d2edbd1004..06d04b2f47a43 100644 --- a/.github/workflows/langchain_ci.yml +++ b/.github/workflows/langchain_ci.yml @@ -71,7 +71,7 @@ jobs: python-version: ${{ matrix.python-version }} poetry-version: ${{ env.POETRY_VERSION }} working-directory: libs/langchain - # cache-key: extended + cache-key: extended - name: Install dependencies shell: bash