Skip to content

Commit 7a6abb4

Browse files
huydhnfacebook-github-bot
authored andcommitted
Remove the redundant install_requirement script when test iOS on CI (#1583)
Summary: All the dependency has already been setup by https://github.com/pytorch/executorch/blob/main/.github/workflows/app-build.yml#L40. Running the install script again here will overwrite the PyTorch version causing version mismatched failure, i.e. https://github.com/pytorch/executorch/actions/runs/7483610205/job/20369124052 Pull Request resolved: #1583 Reviewed By: shoumikhin Differential Revision: D52684492 Pulled By: huydhn fbshipit-source-id: b90a29d96a84e7e3b5c6f5b29b468786d5bcc332
1 parent f0b7f12 commit 7a6abb4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build/test_ios_ci.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ say() {
3131
echo -e "\033[1m\n\t** $1 **\n\033[0m"
3232
}
3333

34-
say "Installing Requirements"
35-
36-
./install_requirements.sh
37-
3834
say "Installing CoreML Backend Requirements"
3935

4036
./backends/apple/coreml/scripts/install_requirements.sh

0 commit comments

Comments
 (0)