File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 55# This source code is licensed under the BSD-style license found in the
66# LICENSE file in the root directory of this source tree.
77
8- set -exu
8+ set -ex
99
1010# shellcheck source=/dev/null
1111source " $( dirname " ${BASH_SOURCE[0]} " ) /utils.sh"
Original file line number Diff line number Diff line change 55# This source code is licensed under the BSD-style license found in the
66# LICENSE file in the root directory of this source tree.
77
8- set -exu
8+ set -ex
99
1010# shellcheck source=/dev/null
1111source " $( dirname " ${BASH_SOURCE[0]} " ) /utils.sh"
Original file line number Diff line number Diff line change @@ -756,7 +756,5 @@ jobs:
756756 CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
757757 conda activate "${CONDA_ENV}"
758758
759- BUILD_TOOL="cmake"
760-
761759 PYTHON_EXECUTABLE=python bash .ci/scripts/setup-openvino.sh
762760 PYTHON_EXECUTABLE=python bash .ci/scripts/test_openvino.sh
You can’t perform that action at this time.
0 commit comments