Skip to content

Commit

Permalink
Fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jprakash-db committed Dec 10, 2024
1 parent e09a880 commit f9cafe5
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# install your root project, if required
#----------------------------------------------
- name: Install library
run: poetry install --no-interaction
run: poetry install --no-interaction --all-extras
#----------------------------------------------
# run test suite
#----------------------------------------------
Expand Down
79 changes: 41 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ numpy = [
]
openpyxl = "^3.0.10"
urllib3 = ">=1.26"
pyarrow = { version = ">=14.0.1,<17", optional=true }
pyarrow = { version = ">=14.0.1", optional=true }

[tool.poetry.extras]
pyarrow = ["pyarrow"]
Expand Down

0 comments on commit f9cafe5

Please sign in to comment.