summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-05-04 21:40:15 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-05-04 21:40:15 +0100
commitfe2cdb1d90023a899161233ca83a5d58fd6d6dc3 (patch)
treecfc587489f4c755a583419060b4cd5db6d3fc398 /.github
parentbb39235c9ce53b8587a929c7e0f98beda2891be3 (diff)
downloadswig-fe2cdb1d90023a899161233ca83a5d58fd6d6dc3.tar.gz
Add python 3.2 as allowed to fail
Seems broken atm
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
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