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

ci: expand build matrix for major OS #490

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Borda
Copy link
Contributor

@Borda Borda commented Mar 11, 2024

I suggest including testing on Mac and Win.
also, the addition of OS builds does not need to be so extensive and could be listed in the include section adding 3.8 as the oldest and 3.12 as the latest python version

strategy:
matrix:
python-version: ["3.5", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Suggested change
fail-fast: false
fail-fast: true

Copy link
Contributor

Choose a reason for hiding this comment

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

I recommend false, this way you get to see what exactly failed -- is it all versions lower than 3.10? Is it Windows?

With true, if just the 3.5/Windows job failed, and all the others were cancelled, you don't get this useful info.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

true is by default, just make it explicit, I normally prefer to run all but it could yield quite extensive testing

.github/workflows/build.yml Outdated Show resolved Hide resolved
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@Borda Borda requested a review from hugovk April 26, 2024 12:14
@Borda
Copy link
Contributor Author

Borda commented Apr 26, 2024

@dbieber, mind having a look and sharing your thoughts? 🦩

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.

None yet

2 participants