mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-14 22:30:25 +01:00
[ci] Install pyarrow in pytest workflow to silence pandas warnings. (#227)
This commit is contained in:
parent
df1873b5ac
commit
1713ea146a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pytest.yml
vendored
1
.github/workflows/pytest.yml
vendored
|
@ -41,6 +41,7 @@ jobs:
|
|||
pip install pytest-benchmark
|
||||
pip install hypothesis
|
||||
pip install py
|
||||
pip install pyarrow
|
||||
pip freeze
|
||||
|
||||
- name: Run tests
|
||||
|
|
Loading…
Add table
Reference in a new issue