Skip to content

Commit

Permalink
working around GHA test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Jul 12, 2023
1 parent 3d7cd9e commit d1b3329
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 @@ -154,7 +154,7 @@ archs = ["auto64"]
skip = "*musllinux*"

[tool.cibuildwheel.windows]
test-command = "pytest -k 'not daily_returns_is_special_case_of_returns' --reruns 5 {package}/tests"
test-command = 'pytest -k "not daily_returns_is_special_case_of_returns" --reruns 5 {package}/tests'

[tool.black]
line-length = 88
Expand Down

0 comments on commit d1b3329

Please sign in to comment.