Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 6145c4c

Browse files
committed
update et pin
1 parent 5f95405 commit 6145c4c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pull.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,9 @@ jobs:
921921
run: |
922922
echo "Install ExecuTorch python"
923923
pushd et-build/src/executorch
924-
sh ./install_requirements.sh
924+
chmod +x ./install_requirements.sh
925+
chmod +x ./install_requirements.py
926+
./install_requirements.sh
925927
popd
926928
- name: Install runner
927929
run: |

install/.pins/et-pin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
58700faa262ddf45b223353c120ffaf6b2003711
1+
c75711cb329cab3df91fb9083a18373f9a568377

0 commit comments

Comments
 (0)