Skip to content

Commit 02c02d5

Browse files
authored
fix "verify published" CI workflow (#1220)
1 parent 3847ff0 commit 02c02d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify_published.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
3939
if [ "${{ matrix.extras }}" = "[all]" ]; then
4040
# Verify some of the optional dependencies are available
41-
python -c "import tifffile; from pylibCZIrw import czi;"
41+
python -c "import tifffile; import imagecodecs; import pandas;"
4242
fi

0 commit comments

Comments
 (0)