From 3ada64473aaaff4a0e507de10912a779cf2255c1 Mon Sep 17 00:00:00 2001 From: Jorge Martinez Date: Thu, 13 Jun 2024 11:02:09 +0200 Subject: [PATCH] fix: remove ironpython from matrix jobs --- .github/workflows/ci_cd_pr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci_cd_pr.yml b/.github/workflows/ci_cd_pr.yml index 0d4f5fe7efe..6fb680ead03 100644 --- a/.github/workflows/ci_cd_pr.yml +++ b/.github/workflows/ci_cd_pr.yml @@ -225,7 +225,6 @@ jobs: tests: - {name: "Units", label: "units", folder: "_unittest", flags: "-n 4 --dist loadfile"} - {name: "Solvers", label: "solvers", folder: "_unittest_solvers", flags: ""} - - {name: "IronPython", label: "iron", folder: "_unittest_ironpython", flags: ""} steps: - name: "Checkout project"