Skip to content

Commit 3d87a0e

Browse files
committed
Improve code coverage (hopefully)
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent 84cca97 commit 3d87a0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/setupapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
python -m pip list
115115
python -c 'import torch; print(torch.__version__); print(torch.rand(5,3))'
116116
BUILD_MONAI=0 python -m pip install --no-build-isolation -e .
117-
./runtests.sh --coverage --quick --unittests
117+
./runtests.sh --coverage --unittests --disttests
118118
119119
# TODO: update installation process to allow testing with and without compiled libraries as intended here
120120
#BUILD_MONAI=0 ./runtests.sh --build --coverage --quick --unittests

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ pyamg>=5.0.0, <5.3.0
6262
git+https://github.com/facebookresearch/segment-anything.git@6fdee8f2727f4506cfbbe553e23b895e27956588
6363
onnx_graphsurgeon
6464
polygraphy
65-
pytest # FIXME: added to get around cupy 14.1.0 creating the requirement by accident
65+
pytest # FIXME: added to get around cupy 14.1.0 creating the requirement through polygraphy and trt_compiler somehow

0 commit comments

Comments
 (0)