Skip to content

Commit

Permalink
add pandas to wheel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Nov 28, 2023
1 parent 2bbea05 commit 1a42b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ wheel.packages = ["coreforecast"]
wheel.py-api = "py3"

[tool.cibuildwheel]
test-requires = "pytest window-ops"
test-requires = "pandas pytest window-ops"
test-command = "pytest {project}/tests -k correct"

0 comments on commit 1a42b32

Please sign in to comment.