Skip to content

Commit 5801e06

Browse files
committed
Fewer dependencies
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent cb34176 commit 5801e06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
python -m pip install torch==${PYTORCH_VER} torchvision
111111
python -m pip install --user --upgrade pip wheel
112112
python monai/config/print_dependencies.py build-system | xargs pip install --no-build-isolation
113-
python -m pip install --no-build-isolation .[all,testing]
113+
python -m pip install --no-build-isolation .
114114
115115
- name: Perform CodeQL Analysis
116116
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)