From 02fd3759652e0a7f2960c759b5230f581e0b5122 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Tue, 4 Nov 2025 16:55:51 -0800 Subject: [PATCH] add pythonpath --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 328a3f6bd..41822fa79 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -58,7 +58,7 @@ jobs: run: | # Generate matrix from CI_MATRIX in tests/integration/suites.py # Supports schedule-based and manual input overrides - MATRIX=$(python3 scripts/generate_ci_matrix.py \ + MATRIX=$(PYTHONPATH=. python3 scripts/generate_ci_matrix.py \ --schedule "${{ github.event.schedule }}" \ --test-setup "${{ github.event.inputs.test-setup }}") echo "matrix=$MATRIX" >> $GITHUB_OUTPUT