mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-07 13:40:46 +00:00
restore hash keys
This commit is contained in:
parent
f22fcb8bcd
commit
9c45d5a27e
2
.github/workflows/_lint.yml
vendored
2
.github/workflows/_lint.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
|||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
poetry-version: ${{ env.POETRY_VERSION }}
|
poetry-version: ${{ env.POETRY_VERSION }}
|
||||||
working-directory: ${{ inputs.working-directory }}
|
working-directory: ${{ inputs.working-directory }}
|
||||||
# cache-key: lint
|
cache-key: lint
|
||||||
|
|
||||||
- name: Check Poetry File
|
- name: Check Poetry File
|
||||||
shell: bash
|
shell: bash
|
||||||
|
2
.github/workflows/langchain_ci.yml
vendored
2
.github/workflows/langchain_ci.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
|||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
poetry-version: ${{ env.POETRY_VERSION }}
|
poetry-version: ${{ env.POETRY_VERSION }}
|
||||||
working-directory: libs/langchain
|
working-directory: libs/langchain
|
||||||
# cache-key: extended
|
cache-key: extended
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user