[ci] Install pyarrow in pytest workflow to silence pandas warnings. (#227)

This commit is contained in:
Fabian Joswig 2024-01-21 12:41:37 +01:00 committed by GitHub
parent df1873b5ac
commit 1713ea146a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,7 @@ jobs:
pip install pytest-benchmark
pip install hypothesis
pip install py
pip install pyarrow
pip freeze
- name: Run tests