restore hash keys

This commit is contained in:
olgavrou 2023-09-04 20:58:05 -04:00
parent f22fcb8bcd
commit 9c45d5a27e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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