Skip to content

Commit 4da2c5f

Browse files
committed
skip cpu
1 parent 953dc78 commit 4da2c5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-builds.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,23 @@ 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.11", opencv_version: "4.10.0", device: "cpu" }
28+
# fixme: python 3.12 install fails due to wring public keys to deadsnakes
29+
# - { ubuntu_version: "22.04", python_version: "3.12", opencv_version: "4.10.0", device: "cpu" }
2730
- {
2831
ubuntu_version: "22.04",
2932
python_version: "3.10",
3033
opencv_version: "4.10.0",
3134
device: "gpu",
3235
cuda_version: "12.5.0",
3336
}
34-
- { ubuntu_version: "22.04", python_version: "3.11", opencv_version: "4.10.0", device: "cpu" }
3537
- {
3638
ubuntu_version: "22.04",
3739
python_version: "3.11",
3840
opencv_version: "4.10.0",
3941
device: "gpu",
4042
cuda_version: "12.5.0",
4143
}
42-
- { ubuntu_version: "22.04", python_version: "3.12", opencv_version: "4.10.0", device: "cpu" }
4344
- {
4445
ubuntu_version: "22.04",
4546
python_version: "3.12",

0 commit comments

Comments
 (0)