From d64bfead242e0f34ad2835c521571e6307ac4e12 Mon Sep 17 00:00:00 2001 From: Christoph Gerum Date: Fri, 23 Aug 2024 18:45:54 +0200 Subject: [PATCH] Update dependencies --- .github/workflows/publish_images.yml | 2 +- .gitlab-ci.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_images.yml b/.github/workflows/publish_images.yml index 86b46541..f603ac7d 100644 --- a/.github/workflows/publish_images.yml +++ b/.github/workflows/publish_images.yml @@ -43,7 +43,7 @@ jobs: - '3.9' - '3.10' - '3.11' - #- '3.12' + - '3.12' include: - target: hannah python_version: 3.12 # THis is ignored diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0971bdd..3d7113c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -143,6 +143,7 @@ test_python_312: - .cache/ rules: - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH + - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH =~ /.*python3.12.*/ build_docs: