Skip to content

Commit 35aef63

Browse files
committed
Issue #33: Add some debug to try and workout where the wheel is.
1 parent 3a2717d commit 35aef63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
env:
7171
CIBW_BUILD: "${{ matrix.python.version }}-*"
7272
CIBW_BUILD_VERBOSITY: 3
73-
CIBW_BEFORE_TEST: "python -m zipfile -l {wheel}"
73+
CIBW_TEST_COMMAND: "pip show -f scikit-surgeryopencvcpp && python -c \"import sksurgeryopencvpython; print('Import OK')\""
7474

7575
- uses: actions/upload-artifact@v7
7676
if: success()

0 commit comments

Comments
 (0)