From fe2cdb1d90023a899161233ca83a5d58fd6d6dc3 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 4 May 2022 21:40:15 +0100 Subject: [PATCH] Add python 3.2 as allowed to fail Seems broken atm --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a62868c2..5cf11718e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -302,6 +302,11 @@ jobs: # Currently broken - SWIGLANG: ruby VER: '2.6' + continue-on-error: true + - SWIGLANG: python + VER: '3.2' + os: ubuntu-18.04 # Python < 3.5 not available for 20.04. + continue-on-error: true # Run all of them, as opposed to aborting when one fails fail-fast: false