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

Attempt building and linting in a single task for Cirrus CI #205

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

abravalheri
Copy link
Owner

Hopefully, this is more economical to run in the CI (Cirrus CI have reduced the free plan a while ago).

name: check (Linux - 3.10)
alias: check
depends_on: [build]
container: {image: "python:3.10-bookworm"} # 3.11+ don't understand some code paths
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's see if we still have problems with the code paths.

@abravalheri abravalheri marked this pull request as ready for review September 24, 2024 09:40
@abravalheri abravalheri merged commit 6a9d2ed into main Sep 24, 2024
21 checks passed
@abravalheri abravalheri deleted the upgrade-checks-cirrus branch September 24, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant