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

Commit 088cc06

Browse files
committed
add python et install to ci
1 parent 23b285d commit 088cc06

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pull.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,14 @@ jobs:
10801080
run: |
10811081
echo "Installing ExecuTorch"
10821082
bash torchchat/utils/scripts/install_et.sh
1083+
- name: Install ExecuTorch python
1084+
run: |
1085+
echo "Install ExecuTorch python"
1086+
pushd et-build/src/executorch
1087+
chmod +x ./install_requirements.sh
1088+
chmod +x ./install_requirements.py
1089+
./install_requirements.sh
1090+
popd
10831091
- name: Install runner
10841092
run: |
10851093
echo "Installing runner"

0 commit comments

Comments
 (0)