Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed Aug 22, 2024
1 parent 7cbec91 commit c2656ac
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 @@ -60,7 +60,7 @@ input = "splinepy/_version.py"
[tool.cibuildwheel]
test-extras = ["test"]
test-command = "pytest {project}/tests"
before_all = "python docs/source/handle_markdown.py -b"
before-all = "python docs/source/handle_markdown.py -b"

[tool.cibuildwheel.macos]
archs = ["x86_64", "arm64"]
Expand Down

0 comments on commit c2656ac

Please sign in to comment.