Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Oct 24, 2024
1 parent f250ccc commit 93eca4f
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 @@ -26,7 +26,7 @@ environment = { SCHEMA_SALAD_USE_MYPYC="1", MYPYPATH="$(pwd)/mypy-stubs" }

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

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

0 comments on commit 93eca4f

Please sign in to comment.