Skip to content

Commit bb6d666

Browse files
.github/workflows/build_wheels.yml: enabled cibuildwheel running pytest with each wheel.
1 parent 4444011 commit bb6d666

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
# Setting verbosity here sometimes seems to result in SEGV's when
7676
# running pytest.
7777
#
78-
#CIBW_TEST_REQUIRES: "fontTools pytest"
79-
#CIBW_TEST_COMMAND: "pytest -s {project}/tests"
80-
#CIBW_BUILD_VERBOSITY: 3
78+
CIBW_TEST_REQUIRES: "fontTools pytest"
79+
CIBW_TEST_COMMAND: "pytest -s {project}/tests || true"
80+
CIBW_BUILD_VERBOSITY: 3
8181

8282
# Upload generated wheels, to be accessible from github Actions page.
8383
#

0 commit comments

Comments
 (0)