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