Skip to content

Commit 953dc78

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 973032f commit 953dc78

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

.github/workflows/docker-builds.yml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,29 @@ jobs:
2424
cuda_version: ["11.8.0"]
2525
include:
2626
- { 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+
}
2834
- { 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+
}
3042
- { 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+
}
3250
steps:
3351
- name: Checkout
3452
uses: actions/checkout@v4

0 commit comments

Comments
 (0)