File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1- # Jenkinsfile.monai-premerge
21name : premerge-min
32
43on :
@@ -29,27 +28,20 @@ jobs:
2928 include :
3029 # Test Python versions under Ubuntu with lowest PyTorch version supported
3130 - os : ubuntu-latest
32- pytorch-version : ' 2.5.1'
3331 python-version : ' 3.10'
3432 - os : ubuntu-latest
35- pytorch-version : ' 2.5.1'
3633 python-version : ' 3.11'
3734 - os : ubuntu-latest
38- pytorch-version : ' 2.5.1'
3935 python-version : ' 3.12'
4036
41- # test PyTorch versions under Ubuntu and lowest Python version supported
37+ # Test PyTorch versions under Ubuntu with lowest Python version supported
4238 - os : ubuntu-latest
43- python-version : ' 3.9'
4439 pytorch-version : ' 2.6.0'
4540 - os : ubuntu-latest
46- python-version : ' 3.9'
4741 pytorch-version : ' 2.7.1'
4842 - os : ubuntu-latest
49- python-version : ' 3.9'
5043 pytorch-version : ' 2.8.0'
5144
52-
5345 timeout-minutes : 40
5446 steps :
5547 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments