There was an error while loading. Please reload this page.
1 parent 3a2717d commit 35aef63Copy full SHA for 35aef63
1 file changed
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
env:
71
CIBW_BUILD: "${{ matrix.python.version }}-*"
72
CIBW_BUILD_VERBOSITY: 3
73
- CIBW_BEFORE_TEST: "python -m zipfile -l {wheel}"
+ CIBW_TEST_COMMAND: "pip show -f scikit-surgeryopencvcpp && python -c \"import sksurgeryopencvpython; print('Import OK')\""
74
75
- uses: actions/upload-artifact@v7
76
if: success()
0 commit comments