Add python 3.2 as allowed to fail
Seems broken atm
This commit is contained in:
parent
bb39235c9c
commit
fe2cdb1d90
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue