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

Commit 4600f11

Browse files
committed
Fix AOTI runner
1 parent a26c231 commit 4600f11

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pull.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,11 @@ jobs:
927927
run: |
928928
echo "Intalling pip3 packages"
929929
./install/install_requirements.sh
930+
931+
# Install ET
932+
source ./torchchat/utils/scripts/install_utils.sh
933+
install_executorch_python_libs
934+
930935
pip3 list
931936
python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")'
932937
- name: Set ET git sha

0 commit comments

Comments
 (0)