mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
add pythonpath
This commit is contained in:
parent
2745956bc0
commit
02fd375965
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue