Skip to content

Commit 5fb9478

Browse files
committed
Install executorch after mediatek
1 parent 5f3e161 commit 5fb9478

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,10 +706,12 @@ jobs:
706706
conda activate "${CONDA_ENV}"
707707
708708
source .ci/scripts/utils.sh
709+
710+
# Run this first so that torch won't be overriden
711+
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-mediatek-deps.sh
709712
install_executorch
710713
pip list
711714
# debug
712-
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-mediatek-deps.sh
713715
PYTHON_EXECUTABLE=python bash .ci/scripts/build-mediatek-sdk.sh
714716
PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "mv3" "buck2" "mediatek"
715717
# placeholder for mediatek to add more tests

0 commit comments

Comments
 (0)