Skip to content

Commit 93eca4f

Browse files
committed
try again
1 parent f250ccc commit 93eca4f

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
@@ -26,7 +26,7 @@ environment = { SCHEMA_SALAD_USE_MYPYC="1", MYPYPATH="$(pwd)/mypy-stubs" }
2626

2727
[tool.cibuildwheel.windows]
2828
test-command = "python -m pytest -n 2 --junitxml={project}/test-results/junit_windows.xml --pyargs schema_salad"
29-
environment = { SCHEMA_SALAD_USE_MYPYC="1", MYPYPATH="%{CD}\\mypy-stubs" }
29+
environment = { SCHEMA_SALAD_USE_MYPYC="1", MYPYPATH="mypy-stubs" }
3030

3131
[tool.black]
3232
line-length = 100

0 commit comments

Comments
 (0)