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] Install pyarrow in pytest workflow to silence pandas warnings. #227

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

fjosw
Copy link
Owner

@fjosw fjosw commented Jan 21, 2024

Yesterday's pandas 2.2.0 release includes the following warning:

DeprecationWarning: 
Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
but was not found to be installed on your system.
If this would cause problems for you,
please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466

which causes our pytest pipeline to fail because of the strict -Werror setting.

This PR adds pip install pyarrow to the workflow which should silence the warning and fix our piepline.

@fjosw fjosw merged commit 1713ea1 into develop Jan 21, 2024
9 checks passed
@fjosw fjosw deleted the ci/fix_pyarrow_pandas_warning branch January 21, 2024 11: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