From 3c846b10f5e08cefe57d6966555b169c078634b7 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Fri, 7 Jul 2023 18:52:40 +0200 Subject: [PATCH] Allow tests:3.12 job to fail (#196) allow_failure https://docs.gitlab.com/ee/ci/yaml/#allow_failure See silkaj#474 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68bc685..6deeebb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -139,6 +139,7 @@ tests:3.12: extends: .tests variables: PYTHON_VERSION: "3.12" + allow_failure: true release: stage: release -- GitLab