Skip to content

Commit e9c8a7f

Browse files
committed
update uc step
1 parent c5b5638 commit e9c8a7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Install Python dependencies
4242
run: |
4343
cd tests
44+
# uv lock files for git workspace dependencies use cached directory paths.
45+
# Pre-fetch the git dependency to populate cache so lock file paths resolve.
46+
uv pip install --no-deps "git+https://github.com/langwatch/langevals@3a934d1dc4ea95f039cf7bc4969e6bad1543c719" || true
4447
uv sync --all-groups
4548
4649
- id: get-secrets

0 commit comments

Comments
 (0)