Skip to content

Commit 468974e

Browse files
committed
openvino ci update
1 parent fc9c722 commit 468974e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.ci/scripts/setup-openvino.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
1111
source "$(dirname "${BASH_SOURCE[0]}")/utils.sh"

.ci/scripts/test_openvino.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
1111
source "$(dirname "${BASH_SOURCE[0]}")/utils.sh"

.github/workflows/pull.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)