You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
The bigger problem, aside from master builds showing Green even if they fail, is that the master build does not run until completion if the PyPI build fails. I'm not entirely sure how to fix this. Fixed with fail-fast: false in #39
We want to replicate Travis's "allowed-failure" feature on Github Actions, but it looks like it isn't implemented according to this link https://github.community/t5/GitHub-Actions/continue-on-error-allow-failure-UI-indication/m-p/37033#M2780.
mastershows a green color status even if the tests fail.The bigger problem, aside fromFixed withmasterbuilds showing Green even if they fail, is that themasterbuild does not run until completion if the PyPI build fails. I'm not entirely sure how to fix this.fail-fast: falsein #39