We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea49a0 commit ca2c9b2Copy full SHA for ca2c9b2
.ci/scripts/test_backend_linux.sh
@@ -45,6 +45,6 @@ if [[ "$FLOW" =~ *vulkan* ]]; then
45
fi
46
47
# We need the runner to test the built library.
48
-PYTHON_EXECUTABLE=python CMAKE_ARGS="$EXTRA_BUILD_ARGS" .ci/scripts/setup-linux.sh --build-tool cmake --build-mode Release
+PYTHON_EXECUTABLE=python CMAKE_ARGS="$EXTRA_BUILD_ARGS" .ci/scripts/setup-linux.sh --build-tool cmake --build-mode Release --editable true
49
50
python -m executorch.backends.test.suite.runner $SUITE --flow $FLOW --report "$ARTIFACT_DIR/test_results.csv"
0 commit comments