We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b5638 commit e9c8a7fCopy full SHA for e9c8a7f
.github/workflows/e2e.yml
@@ -41,6 +41,9 @@ jobs:
41
- name: Install Python dependencies
42
run: |
43
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
47
uv sync --all-groups
48
49
- id: get-secrets
0 commit comments