Skip to content

Commit 34115e8

Browse files
committed
Attempt to fix OpenVINO CI
1 parent 057e71d commit 34115e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/openvino/scripts/openvino_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ main() {
5555
./install_executorch.sh --minimal
5656

5757
# Install torchao
58-
pip install third-party/ao
58+
pip install third-party/ao --no-build-isolation
5959

6060
else
6161
echo "Error: Argument is not valid: $build_type"

0 commit comments

Comments
 (0)