Add python 3.2 as allowed to fail

Seems broken atm
This commit is contained in:
William S Fulton 2022-05-04 21:40:15 +01:00
commit fe2cdb1d90

View file

@ -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