Skip to content

Commit a5cc3fd

Browse files
committed
full CI run without publish
1 parent bb85b48 commit a5cc3fd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,22 +560,20 @@ workflows:
560560
<<: *on-any-branch
561561
<<: *after-linter
562562
- build-and-test-gpu:
563-
<<: *on-integ-branch
564563
<<: *after-linter
565564
- build-and-test-gpu-for-forked-prs:
566565
<<: *on-any-branch
567566
<<: *after-linter
568567
- platforms-build:
569568
context: common
570569
<<: *after-build-and-test
571-
<<: *on-master-version-tags-and-dockertests
572570
matrix:
573571
parameters:
574572
osnick:
575573
- xenial
576574
- bionic
577575
lite:
578-
- "REDISAI_LITE=0 publish PUSH_GENERAL=1 OFFICIAL=1"
576+
- "REDISAI_LITE=0 PUSH_GENERAL=1 OFFICIAL=1"
579577
- "REDISAI_LITE=1"
580578
target:
581579
- "CPU=1"

get_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ fi
282282

283283
################################################################################### ONNXRUNTIME
284284

285-
ORT_VERSION="1.7.1"
285+
ORT_VERSION="1.7.2"
286286

287287
if [[ $WITH_ORT != 0 ]]; then
288288
[[ $FORCE == 1 ]] && rm -rf $ONNXRUNTIME

0 commit comments

Comments
 (0)