Skip to content

Commit 3fba0f4

Browse files
committed
fix: Fix issue causing relative path in requirements.txt to cause issues
1 parent a03f9bd commit 3fba0f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/toolbox-langchain/integration.cloudbuild.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
steps:
1616
- id: Install library requirements
1717
name: 'python:${_VERSION}'
18+
dir: 'packages/toolbox-langchain'
1819
args:
1920
- install
2021
- '-r'
21-
- 'packages/toolbox-langchain/requirements.txt'
22+
- 'requirements.txt'
2223
- '--user'
2324
entrypoint: pip
2425
- id: Install test requirements

0 commit comments

Comments
 (0)