Skip to content

Commit 19f6c27

Browse files
authored
Fix MediaTek CI job (#13261)
### Summary [PLEASE REMOVE] See [CONTRIBUTING.md's Pull Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests) for ExecuTorch PR guidelines. [PLEASE REMOVE] If this PR closes an issue, please add a `Fixes #<issue-id>` line. [PLEASE REMOVE] If this PR introduces a fix or feature that should be the upcoming release notes, please add a "Release notes: <area>" label. For a list of available release notes labels, check out [CONTRIBUTING.md's Pull Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests). ### Test plan [PLEASE REMOVE] How did you test this PR? Please write down any manual commands you used and note down tests that you have written if applicable.
1 parent 2887697 commit 19f6c27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pull.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,9 +706,12 @@ jobs:
706706
conda activate "${CONDA_ENV}"
707707
708708
source .ci/scripts/utils.sh
709-
install_executorch "--use-pt-pinned-commit"
710709
710+
# Run this first so that torch won't be overriden
711711
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-mediatek-deps.sh
712+
install_executorch
713+
pip list
714+
# debug
712715
PYTHON_EXECUTABLE=python bash .ci/scripts/build-mediatek-sdk.sh
713716
PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "mv3" "buck2" "mediatek"
714717
# placeholder for mediatek to add more tests

0 commit comments

Comments
 (0)