@@ -24,11 +24,29 @@ jobs:
24
24
cuda_version : ["11.8.0"]
25
25
include :
26
26
- { ubuntu_version: "22.04", python_version: "3.10", opencv_version: "4.10.0", device: "cpu" }
27
- - { ubuntu_version: "22.04", python_version: "3.10", opencv_version: "4.10.0", device: "gpu", cuda_version: "12.5.0" }
27
+ - {
28
+ ubuntu_version : " 22.04" ,
29
+ python_version : " 3.10" ,
30
+ opencv_version : " 4.10.0" ,
31
+ device : " gpu" ,
32
+ cuda_version : " 12.5.0" ,
33
+ }
28
34
- { ubuntu_version: "22.04", python_version: "3.11", opencv_version: "4.10.0", device: "cpu" }
29
- - { ubuntu_version: "22.04", python_version: "3.11", opencv_version: "4.10.0", device: "gpu", cuda_version: "12.5.0"}
35
+ - {
36
+ ubuntu_version : " 22.04" ,
37
+ python_version : " 3.11" ,
38
+ opencv_version : " 4.10.0" ,
39
+ device : " gpu" ,
40
+ cuda_version : " 12.5.0" ,
41
+ }
30
42
- { ubuntu_version: "22.04", python_version: "3.12", opencv_version: "4.10.0", device: "cpu" }
31
- - { ubuntu_version: "22.04", python_version: "3.12", opencv_version: "4.10.0", device: "gpu", cuda_version: "12.5.0" }
43
+ - {
44
+ ubuntu_version : " 22.04" ,
45
+ python_version : " 3.12" ,
46
+ opencv_version : " 4.10.0" ,
47
+ device : " gpu" ,
48
+ cuda_version : " 12.5.0" ,
49
+ }
32
50
steps :
33
51
- name : Checkout
34
52
uses : actions/checkout@v4
0 commit comments