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 79d532f commit e00e2e5Copy full SHA for e00e2e5
.github/workflows/android-perf.yml
@@ -206,7 +206,11 @@ jobs:
206
-mode "${DELEGATE_CONFIG}" \
207
-upload "${ARTIFACTS_DIR_NAME}"
208
else
209
- PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${{ matrix.model }}" "${BUILD_MODE}" "${{ matrix.delegate }}" "${ARTIFACTS_DIR_NAME}"
+ PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh \
210
+ "${{ matrix.model }}" \
211
+ "${BUILD_MODE}" \
212
+ "${{ matrix.delegate }}" \
213
+ "${ARTIFACTS_DIR_NAME}"
214
fi
215
echo "::endgroup::"
216
0 commit comments