Skip to content

Commit e00e2e5

Browse files
committed
Format
1 parent 79d532f commit e00e2e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/android-perf.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,11 @@ jobs:
206206
-mode "${DELEGATE_CONFIG}" \
207207
-upload "${ARTIFACTS_DIR_NAME}"
208208
else
209-
PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${{ matrix.model }}" "${BUILD_MODE}" "${{ matrix.delegate }}" "${ARTIFACTS_DIR_NAME}"
209+
PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh \
210+
"${{ matrix.model }}" \
211+
"${BUILD_MODE}" \
212+
"${{ matrix.delegate }}" \
213+
"${ARTIFACTS_DIR_NAME}"
210214
fi
211215
echo "::endgroup::"
212216

0 commit comments

Comments
 (0)