Skip to content

Commit 3da4f4c

Browse files
committed
fixed smoke tests in pypi release action
1 parent e96c748 commit 3da4f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Test wheel imports
9393
run: |
9494
python -c "import flowreg3d; print('flowreg3D version:', getattr(flowreg3d, '__version__', 'unknown'))"
95-
python -c "from flowreg3d.core.optical_flow_3d import get_displacement_3d; print('Core imports working')"
95+
python -c "from flowreg3d.core.optical_flow_3d import get_displacement; print('Core imports working')"
9696
9797
sdist-smoke:
9898
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)