Skip to content

Commit d8b3ffd

Browse files
committed
Fix
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent 412f251 commit d8b3ffd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cicd_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,4 +353,4 @@ jobs:
353353
for name in *.tar.gz; do break; done
354354
echo $name
355355
python -m pip install ${name}[all] --extra-index-url https://download.pytorch.org/whl/cpu
356-
python monai.config
356+
python -m monai.config

monai/config/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111

1212
if __name__ == "__main__":
1313
import monai
14+
1415
monai.config.print_debug_info()

0 commit comments

Comments
 (0)