-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH Action sometimes fails for mac-os and windows #69
Comments
This was referenced Jun 27, 2023
Concurrency might help here: https://docs.github.com/en/actions/using-jobs/using-concurrency |
meretp
added a commit
to meretp/opossum.lib.py
that referenced
this issue
Jul 6, 2023
Disable the fail-fast strategy on matrix elements to ensure that the jobs for ubuntu are run even if the ones for windows or mac fail. Issue opossum-tool#69 Signed-off-by: Meret Behrens <[email protected]>
issue reoccured in #92 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes the GH action to run the tests and linter fails due to a problem with the installation of poetry (e.g. here). This seems to only occur for mac-os and windows. But as the GH action uses a matrix all other jobs are cancelled if one fails. As a short fix we should ensure that all tests and the linter are run for ubuntu-latest (at least).
The text was updated successfully, but these errors were encountered: