We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707580f commit 8ffacc8Copy full SHA for 8ffacc8
1 file changed
.github/workflows/cicd_tests.yml
@@ -151,7 +151,7 @@ jobs:
151
run: |
152
python -c 'import torch; print(torch.__version__); print(torch.rand(5,3))'
153
python -c "import monai; monai.config.print_config()"
154
- # ./runtests.sh --min
+ ./runtests.sh --min
155
shell: bash
156
env:
157
QUICKTEST: True
@@ -221,7 +221,7 @@ jobs:
221
222
223
224
- # python -m unittest -v
+ python -m unittest -v
225
226
packaging: # Test package generation
227
runs-on: ubuntu-latest
0 commit comments