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

Commit da244a0

Browse files
committed
ci fixes
1 parent 9fe8070 commit da244a0

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
@@ -916,6 +916,11 @@ jobs:
916916
run: |
917917
echo "Installing ExecuTorch"
918918
bash torchchat/utils/scripts/build_native.sh et
919+
- name: Install ExecuTorch python
920+
run: |
921+
echo "Install ExecuTorch python"
922+
source "torchchat/utils/scripts/install_utils.sh"
923+
install_executorch_python_libs
919924
- name: Install runner
920925
run: |
921926
echo "Installing runner"

0 commit comments

Comments
 (0)