From 8dc5365ee2d28d52c23551efad5bdc5b30b1033e Mon Sep 17 00:00:00 2001 From: olgavrou Date: Mon, 4 Sep 2023 20:50:25 -0400 Subject: [PATCH] no cache key --- .github/workflows/langchain_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/langchain_ci.yml b/.github/workflows/langchain_ci.yml index 06d04b2f47a..e02d2edbd10 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