From 8e3d8d39219a2dab0a48c2d321f64254977d3339 Mon Sep 17 00:00:00 2001 From: Christodoulos Tsoulloftas Date: Mon, 3 Mar 2025 16:33:26 +0200 Subject: [PATCH] Lift some mypy skips --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e4091c98c..96958ae7c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,13 +19,13 @@ jobs: - { name: "Amadeus", id: "amadeus" } - { name: "Autosar", id: "autosar" } - { name: "BPMN", id: "bpmn" } - - { name: "Common Types", id: "common-types", skip_mypy: true } + - { name: "Common Types", id: "common-types" } - { name: "Crossref Metadata", id: "crossref" } - { name: "DateX II", id: "datexii" } - { name: "EWP", id: "ewp" } - { name: "Generali", id: "generali", skip_mypy: true } - - { name: "IPXACT", id: "ipxact", skip_mypy: true } - - { name: "NeTEx", id: "netex", skip_mypy: true } + - { name: "IPXACT", id: "ipxact" } + - { name: "NeTEx", id: "netex" } - { name: "NPO API", id: "npo" } - { name: "ReqIF", id: "reqif" } - { name: "Sabre", id: "sabre" }