Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -737,9 +737,12 @@ jobs:
conda activate "${CONDA_ENV}"

source .ci/scripts/utils.sh
install_executorch "--use-pt-pinned-commit"

# Run this first so that torch won't be overriden
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-mediatek-deps.sh
install_executorch
pip list
# debug
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

leftover debugging code?

PYTHON_EXECUTABLE=python bash .ci/scripts/build-mediatek-sdk.sh
PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "mv3" "buck2" "mediatek"
# placeholder for mediatek to add more tests
Expand Down
Loading