Skip to content

Commit aebdf79

Browse files
cbornetCopilot
andauthored
Update .github/workflows/python_test.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ed16865 commit aebdf79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
uses: actions/cache@v4
3636
with:
3737
path: /tmp/.uv-cache
38-
key: uv-langchain-${{ hashFiles('uv.lock') }}
38+
key: uv-langchain-${{ hashFiles('langchain/uv.lock') }}
3939
restore-keys: |
40-
uv-langchain-${{ hashFiles('uv.lock') }}
40+
uv-langchain-${{ hashFiles('langchain/uv.lock') }}
4141
- name: Install the project
4242
run: uv sync --dev
4343
- name: Run unit tests

0 commit comments

Comments
 (0)