Skip to content

Commit fd1b08c

Browse files
committed
Try again for Windows
1 parent e946c5f commit fd1b08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ optional = true
7676
[tool.cibuildwheel]
7777
test-groups = ["dev"]
7878
test-command = [
79-
"python -c 'import mwparserfromhell.parser._tokenizer'",
79+
'python -c "import mwparserfromhell.parser._tokenizer"',
8080
"pytest {project}/tests -rxs --cov=mwparserfromhell",
8181
"python {project}/scripts/save_coverage.py",
8282
]

0 commit comments

Comments
 (0)