Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Oct 31, 2023
1 parent ca5059d commit 9cc4987
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ python -m pip install $(echo ./dist/cucim*.whl)[test]
if [[ "$(arch)" == "aarch64" && ${RAPIDS_BUILD_TYPE} == "pull-request" ]]; then
python ./ci/wheel_smoke_test.py
else
# skip `test_converter`` (which requires openslide-python and libopenslide)
# (A segfault was observed when using the system libopenslide-dev.
# No segfault was seen when testing locally using conda-forge's openslide-python)
python -m pytest ./python/cucim -k "not test_converter"
# TODO: revisit enabling imagecodecs package during testing
python -m pytest ./python/cucim
fi

0 comments on commit 9cc4987

Please sign in to comment.