Commit c06b947
Remove pinning to ET commit for Zephyr CI job (pytorch#13388)
### Summary
Currently, the CI jobs responsible for running the Zephyr tests checkout
a past version of ExecuTorch, but runs install_executorch.sh with the
pinned pytorch commit. Ideally, we would resolve this with resolving the
cmake errors that arise from using the most up-to-date version of
executorch, but for now, we can just keep the ExecuTorch and PyTorch
checkouts consistent for CI. This should prevent the Zephyr CI tests
from failing spuriously on unrelated PRs.
### 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.
---------
Co-authored-by: Siddartha Pothapragada <[email protected]>1 parent faff634 commit c06b947
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments