Skip to content

Commit edf8b65

Browse files
committed
x
1 parent 36b15b9 commit edf8b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
if: "!contains(env.POETRY_LIBS, matrix.working-directory)"
121121
run: |
122122
echo "Running scheduled tests, installing dependencies with uv..."
123-
cd langchain/${{ matrix.working-directory }}
123+
cd ${{ matrix.working-directory }}
124124
uv sync --group test --group test_integration
125125
126126
- name: Run integration tests

0 commit comments

Comments
 (0)