We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea2f31 commit 186e63aCopy full SHA for 186e63a
.github/workflows/build_wheels.yml
@@ -57,6 +57,7 @@ jobs:
57
CIBW_SKIP: cp2* cp35* pp*
58
CIBW_TEST_COMMAND: pytest --regression {package}/tests
59
CIBW_BEFORE_TEST: pip install pytest dials-data
60
+ CIBW_BUILD_FRONTEND: 'pip; args: -vvv'
61
62
- uses: actions/upload-artifact@v4
63
with:
0 commit comments