We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4444011 commit bb6d666Copy full SHA for bb6d666
.github/workflows/build_wheels.yml
@@ -75,9 +75,9 @@ jobs:
75
# Setting verbosity here sometimes seems to result in SEGV's when
76
# running pytest.
77
#
78
- #CIBW_TEST_REQUIRES: "fontTools pytest"
79
- #CIBW_TEST_COMMAND: "pytest -s {project}/tests"
80
- #CIBW_BUILD_VERBOSITY: 3
+ CIBW_TEST_REQUIRES: "fontTools pytest"
+ CIBW_TEST_COMMAND: "pytest -s {project}/tests || true"
+ CIBW_BUILD_VERBOSITY: 3
81
82
# Upload generated wheels, to be accessible from github Actions page.
83
0 commit comments