8000 Fix return code setting for skipped tests in case of sdist · ArtificialZeng/opencv-python@5c33d11 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c33d11

Browse files
committed
Fix return code setting for skipped tests in case of sdist
1 parent 60e6a36 commit 5c33d11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
set -x
118118
if [[ $SDIST == 1 ]]; then
119119
echo "skipping tests because of sdist"
120+
rc=0
120121
else
121122
install_run $PLAT && rc=$? || rc=$?
122123
fi

0 commit comments

Comments
 (0)
0