Conversation
There is https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idcontinue-on-error, but it's not entirely clear to me what it does from the documentation and I haven't tried it myself. |
https://github.bokerqi.topmunity/t/continue-on-error-allow-failure-ui-indication/16773 Also: actions/runner#2347 |
|
Do we need to enable Actions somehow for the repo first to see this config in action? ) |
|
It should be enabled on merge. Or you could try pushing my fork's branch to a branch in this repo, that might do it. You can see a test run https://github.com/hugovk/pillow-perf/actions/runs/365836504 If you prefer, we could keep |
Travis CI has a new pricing model which places limits on open source.
Many projects are moving to GitHub Actions instead, and we're moving the python-pillow repos over: python-pillow/Pillow#5028.
This PR removes the Travis CI testing and does the same on GitHub Actions.
Once difference: GHA doesn't have
allow_failureslike Travis does, and the3.10-dev(which is the closest tonightlyon Travis) is failing because Wheel doesn't yet support 3.10: pypa/wheel#354. So that's commented out for now.Example build: