From d1b3329047534c4825f1b067b31f1b3fb58f075b Mon Sep 17 00:00:00 2001 From: Stefan Jansen Date: Wed, 12 Jul 2023 18:21:43 -0400 Subject: [PATCH] working around GHA test failures --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a5de1b96e..bc55fe5198 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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