Skip to content

Commit a22a5fd

Browse files
committed
Test diagnostics
1 parent 186e63a commit a22a5fd

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
@@ -56,7 +56,7 @@ jobs:
5656
env:
5757
CIBW_SKIP: cp2* cp35* pp*
5858
CIBW_TEST_COMMAND: pytest --regression {package}/tests
59-
CIBW_BEFORE_TEST: pip install pytest dials-data
59+
CIBW_BEFORE_TEST: pip install pytest dials-data; python3 -c "import pycbf, pathlib; print(pycbf.__file__ + '\n'); print(list(pathlib.Path(pycbf.__file__).parent.iterdir()))"
6060
CIBW_BUILD_FRONTEND: 'pip; args: -vvv'
6161

6262
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)