Skip to content

Commit 897ea28

Browse files
committed
Re-disable test
1 parent 77d7f17 commit 897ea28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: pypa/[email protected]
5656
env:
5757
CIBW_SKIP: cp2* cp35* pp* cp313* *musllinux*
58-
CIBW_TEST_COMMAND: pytest --regression {package}/tests
58+
# CIBW_TEST_COMMAND: pytest --regression {package}/tests
5959
# CIBW_TEST_COMMAND: pwd && ls && python3 -c "import pycbf, pathlib; print(pycbf.__path__ + '\n'); print(list(pathlib.Path(pycbf.__path__).parent.iterdir()))"
6060
# CIBW_BEFORE_TEST: pip install pytest dials-data
6161

0 commit comments

Comments
 (0)