add pythonpath

This commit is contained in:
Ashwin Bharambe 2025-11-04 16:55:51 -08:00
parent 2745956bc0
commit 02fd375965

View file

@ -58,7 +58,7 @@ jobs:
run: | run: |
# Generate matrix from CI_MATRIX in tests/integration/suites.py # Generate matrix from CI_MATRIX in tests/integration/suites.py
# Supports schedule-based and manual input overrides # 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 }}" \ --schedule "${{ github.event.schedule }}" \
--test-setup "${{ github.event.inputs.test-setup }}") --test-setup "${{ github.event.inputs.test-setup }}")
echo "matrix=$MATRIX" >> $GITHUB_OUTPUT echo "matrix=$MATRIX" >> $GITHUB_OUTPUT