Skip to content

Commit d8128f4

Browse files
committed
Fix
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent 95b7310 commit d8128f4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/cicd_tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,13 @@ jobs:
6666
# Test Python versions under Ubuntu with lowest PyTorch version supported
6767
- os: ubuntu-latest
6868
pytorch-version: '2.5.1'
69-
python-version: ['3.10', '3.11', '3.12']
69+
python-version: '3.10'
70+
- os: ubuntu-latest
71+
pytorch-version: '2.5.1'
72+
python-version: '3.11'
73+
- os: ubuntu-latest
74+
pytorch-version: '2.5.1'
75+
python-version: '3.12'
7076

7177
# Test PyTorch versions under Ubuntu with lowest Python version supported
7278
- os: ubuntu-latest

0 commit comments

Comments
 (0)