We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed76ae8 commit 6d4e1f2Copy full SHA for 6d4e1f2
1 file changed
.github/workflows/setupapp.yml
@@ -114,7 +114,7 @@ jobs:
114
python -m pip list
115
python -c 'import torch; print(torch.__version__); print(torch.rand(5,3))'
116
BUILD_MONAI=0 python -m pip install --no-build-isolation -e .
117
- ./runtests.sh --coverage --unittests --disttests
+ ./runtests.sh --coverage --quick --unittests --disttests
118
119
# TODO: update installation process to allow testing with and without compiled libraries as intended here
120
#BUILD_MONAI=0 ./runtests.sh --build --coverage --quick --unittests
0 commit comments