We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d7f17 commit 897ea28Copy full SHA for 897ea28
.github/workflows/build_wheels.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: pypa/[email protected]
56
env:
57
CIBW_SKIP: cp2* cp35* pp* cp313* *musllinux*
58
- CIBW_TEST_COMMAND: pytest --regression {package}/tests
+ # CIBW_TEST_COMMAND: pytest --regression {package}/tests
59
# CIBW_TEST_COMMAND: pwd && ls && python3 -c "import pycbf, pathlib; print(pycbf.__path__ + '\n'); print(list(pathlib.Path(pycbf.__path__).parent.iterdir()))"
60
# CIBW_BEFORE_TEST: pip install pytest dials-data
61
0 commit comments