Skip to content

Commit

Permalink
restore hash keys
Browse files Browse the repository at this point in the history
  • Loading branch information
olgavrou committed Sep 5, 2023
1 parent f22fcb8 commit 9c45d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/langchain_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c45d5a

Please sign in to comment.