Skip to content

Commit ee7afe8

Browse files
committed
Missed another
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent 803fba4 commit ee7afe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
# install the latest pytorch for testing
172172
# however, "pip install monai*.tar.gz" will build cpp/cuda with an isolated
173173
# fresh torch installation according to pyproject.toml
174-
python -m pip install torch>=2.5.1 torchvision
174+
python -m pip install torch\>=2.5.1 torchvision
175175
- name: Check packages
176176
run: |
177177
pip uninstall monai

0 commit comments

Comments
 (0)