Skip to content
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

Some checks, that are not allways running, are marked as mandatory #839

Open
maxhbr opened this issue Jan 13, 2025 · 2 comments · May be fixed by #841
Open

Some checks, that are not allways running, are marked as mandatory #839

maxhbr opened this issue Jan 13, 2025 · 2 comments · May be fixed by #841

Comments

@maxhbr
Copy link
Member

maxhbr commented Jan 13, 2025

The following Checks are marked and they either need to be dropped or ran always

2025-01-13_15-07-24

@armintaenzertng
Copy link
Collaborator

I found out that the problem was actually an upgrade of ubuntu-latest to Ubuntu 24.04 on the side of GitHub Actions. The new Ubuntu version doesn't support Python 3.7 anymore. I fixed the Ubuntu version to 22.04, which should work for the next two years according to this statement.

@armintaenzertng
Copy link
Collaborator

armintaenzertng commented Jan 24, 2025

@maxhbr, could you please replace all required checks of the style

Install and Test /install_and_test (ubuntu-latest, ...) and Run Linter / check_code_style (ubuntu-latest, ...)
with
Install and Test /install_and_test (ubuntu-22.04, ...) and Run Linter / check_code_style (ubuntu-22.04, ...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants