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: enhance name of test jobs #430

Merged
merged 9 commits into from
Jun 17, 2024
Merged

CI: enhance name of test jobs #430

merged 9 commits into from
Jun 17, 2024

Conversation

hagenw
Copy link
Member

@hagenw hagenw commented Jun 13, 2024

Improves on the names of the CI jobs by changing them from

image

to

image

Which means we display pandas==<version> only if a different pandas version is selected, and remove tests from the display string.

@hagenw hagenw marked this pull request as draft June 13, 2024 09:59
@hagenw hagenw marked this pull request as ready for review June 14, 2024 13:59
Copy link
Member

@ChristianGeng ChristianGeng left a comment

Choose a reason for hiding this comment

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

Review

This for me indeed facilitates understanding of the matrix.
So you skip the pandas installation when the matrix entry is empty for pandas.

I also assume that the entry

          - os: ubuntu-latest
            python-version: '3.10'

is a default ubuntu entry that does not fix a specific version of pandas and will resolve to the latest version.

I also like that 3.11 is now part of the matrix.

Approving.

@hagenw hagenw merged commit 1ef4317 into main Jun 17, 2024
10 checks passed
@hagenw hagenw deleted the enhance-test-definition branch June 17, 2024 11:55
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.

2 participants