Skip to content

Commit 221b964

Browse files
committed
Test
1 parent 267fdcc commit 221b964

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_wheels.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ jobs:
5555
uses: pypa/[email protected]
5656
env:
5757
CIBW_SKIP: cp2* cp35* pp*
58-
CIBW_TEST_COMMAND: python3 -c "import pycbf, pathlib; print(pycbf.__file__ + '\n'); print(list(pathlib.Path(pycbf.__file__).parent.iterdir()))"
58+
CIBW_TEST_COMMAND: pwd && ls && python3 -c "import pycbf, pathlib; print(pycbf.__path__ + '\n'); print(list(pathlib.Path(pycbf.__path__).parent.iterdir()))"
5959
CIBW_BEFORE_TEST: pip install pytest dials-data
60-
CIBW_BUILD_FRONTEND: 'pip; args: -vvv'
6160

6261
- uses: actions/upload-artifact@v4
6362
with:

0 commit comments

Comments
 (0)