mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +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 pytest-benchmark
|
||||||
pip install hypothesis
|
pip install hypothesis
|
||||||
pip install py
|
pip install py
|
||||||
|
pip install pyarrow
|
||||||
pip freeze
|
pip freeze
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue