Skip to content

Commit f9cafe5

Browse files
committed
Fixed failing tests
1 parent e09a880 commit f9cafe5

File tree

3 files changed

+43
-40
lines changed

3 files changed

+43
-40
lines changed

.github/workflows/code-quality-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# install your root project, if required
5353
#----------------------------------------------
5454
- name: Install library
55-
run: poetry install --no-interaction
55+
run: poetry install --no-interaction --all-extras
5656
#----------------------------------------------
5757
# run test suite
5858
#----------------------------------------------

poetry.lock

+41-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ numpy = [
2323
]
2424
openpyxl = "^3.0.10"
2525
urllib3 = ">=1.26"
26-
pyarrow = { version = ">=14.0.1,<17", optional=true }
26+
pyarrow = { version = ">=14.0.1", optional=true }
2727

2828
[tool.poetry.extras]
2929
pyarrow = ["pyarrow"]

0 commit comments

Comments
 (0)