From a86a86d6054cc9f68ba900765ff5117e3d32fcb1 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 23 Sep 2023 17:39:30 -0700 Subject: [PATCH] gitlab-ci: Make passing mypy checks mandatory - There are no more checks that are failing. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7c70a877..f60139385 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,6 @@ code-quality: static-type-check: stage: test - allow_failure: true needs: [] before_script: - apt-get update