Skip to content

Commit 6d4e1f2

Browse files
committed
Try quick tests
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent ed76ae8 commit 6d4e1f2

1 file changed

Lines changed: 1 addition & 1 deletion

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 --unittests --disttests
117+
./runtests.sh --coverage --quick --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

0 commit comments

Comments
 (0)