Skip to content

Commit 2e0e4ea

Browse files
authored
Try to fix arm CI jobs (#13287)
### 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 19f6c27 commit 2e0e4ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,10 +475,10 @@ jobs:
475475
conda activate "${CONDA_ENV}"
476476
477477
source .ci/scripts/utils.sh
478-
install_executorch "--use-pt-pinned-commit"
478+
install_executorch
479479
480480
.ci/scripts/setup-arm-baremetal-tools.sh
481-
481+
pip list
482482
ARM_TEST=${{ matrix.test_arm_baremetal }}
483483
484484
# Test test_arm_baremetal.sh with test

0 commit comments

Comments
 (0)