From 9c45d5a27ecd111747aa336590b8003592dcf96b Mon Sep 17 00:00:00 2001 From: olgavrou Date: Mon, 4 Sep 2023 20:58:05 -0400 Subject: [PATCH] restore hash keys --- .github/workflows/_lint.yml | 2 +- .github/workflows/langchain_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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