Skip to content

Commit bfd21b4

Browse files
committed
try again
1 parent c90fce4 commit bfd21b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ 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" }
30+
before-build = [
31+
"echo MYPYPATH=%MYPYPATH%",
32+
"SET"
33+
]
3034

3135
[tool.black]
3236
line-length = 100

0 commit comments

Comments
 (0)