Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5c33d11

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎.github/workflows/build_wheels.yml

Copy file name to clipboardExpand all lines: .github/workflows/build_wheels.yml
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.