Skip to content

Commit 2b9a992

Browse files
committed
Update test
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent bc3dcee commit 2b9a992

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/pythonapp-min.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Jenkinsfile.monai-premerge
21
name: premerge-min
32

43
on:
@@ -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

0 commit comments

Comments
 (0)