Skip to content

Commit 16125fd

Browse files
committed
Update GitHub Actions workflow for pipeline generator
- Set the working directory for installing dependencies and running tests to 'tools/pipeline-generator' to ensure correct execution context. - This change enhances the workflow's reliability by explicitly defining the directory for the pipeline generator. Signed-off-by: Victor Chang <[email protected]>
1 parent 321e87c commit 16125fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ jobs:
6767
- name: Install uv
6868
uses: astral-sh/setup-uv@v6
6969
- name: Install dependencies
70+
working-directory: tools/pipeline-generator
7071
run: |
7172
uv sync
7273
- name: Run tests
74+
working-directory: tools/pipeline-generator
7375
run: |
7476
uv run pytest

0 commit comments

Comments
 (0)