From 4da2c5f1020fcdb1e993d84ed91970b376fb3a40 Mon Sep 17 00:00:00 2001 From: Jirka Date: Mon, 8 Jul 2024 14:13:41 +0200 Subject: [PATCH] skip cpu --- .github/workflows/docker-builds.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-builds.yml b/.github/workflows/docker-builds.yml index 498c70d..7956cd5 100644 --- a/.github/workflows/docker-builds.yml +++ b/.github/workflows/docker-builds.yml @@ -24,6 +24,9 @@ jobs: cuda_version: ["11.8.0"] include: - { ubuntu_version: "22.04", python_version: "3.10", opencv_version: "4.10.0", device: "cpu" } + - { ubuntu_version: "22.04", python_version: "3.11", opencv_version: "4.10.0", device: "cpu" } + # fixme: python 3.12 install fails due to wring public keys to deadsnakes + # - { ubuntu_version: "22.04", python_version: "3.12", opencv_version: "4.10.0", device: "cpu" } - { ubuntu_version: "22.04", python_version: "3.10", @@ -31,7 +34,6 @@ jobs: device: "gpu", cuda_version: "12.5.0", } - - { ubuntu_version: "22.04", python_version: "3.11", opencv_version: "4.10.0", device: "cpu" } - { ubuntu_version: "22.04", python_version: "3.11", @@ -39,7 +41,6 @@ jobs: device: "gpu", cuda_version: "12.5.0", } - - { ubuntu_version: "22.04", python_version: "3.12", opencv_version: "4.10.0", device: "cpu" } - { ubuntu_version: "22.04", python_version: "3.12",