File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
run : pip install $(ls sdist/*.tar.gz)[test] -Ccmake.define.BUILD_CMAKE_FROM_SOURCE=OFF
133
133
134
134
- name : Test installed SDist
135
- run : pytest ./tests
135
+ run : pip check && pytest ./tests
136
136
137
137
check_dist :
138
138
name : Check dist
Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ manylinux-x86_64-image = "manylinux2010"
105
105
manylinux-i686-image = " manylinux2010"
106
106
build-frontend = " pip"
107
107
environment = { LDFLAGS = " -static-libstdc++" }
108
+ inherit.test-command = " prepend"
109
+ test-command = " pip check"
108
110
109
111
[[tool .cibuildwheel .overrides ]]
110
112
select = " *-musllinux_*"
@@ -113,6 +115,8 @@ environment = { LDFLAGS = "-static-libstdc++ -static-libgcc" }
113
115
[[tool .cibuildwheel .overrides ]]
114
116
select = " *-musllinux_s390x"
115
117
build-frontend = " pip"
118
+ inherit.test-command = " prepend"
119
+ test-command = " pip check"
116
120
117
121
118
122
[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments