We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b7310 commit d8128f4Copy full SHA for d8128f4
.github/workflows/cicd_tests.yml
@@ -66,7 +66,13 @@ jobs:
66
# Test Python versions under Ubuntu with lowest PyTorch version supported
67
- os: ubuntu-latest
68
pytorch-version: '2.5.1'
69
- python-version: ['3.10', '3.11', '3.12']
+ python-version: '3.10'
70
+ - os: ubuntu-latest
71
+ pytorch-version: '2.5.1'
72
+ python-version: '3.11'
73
74
75
+ python-version: '3.12'
76
77
# Test PyTorch versions under Ubuntu with lowest Python version supported
78
0 commit comments