Skip to content

Commit

Permalink
Do not use nproc which does not work on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Jan 21, 2025
1 parent 61205e7 commit 4071eec
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 @@ -54,7 +54,7 @@ tabulate = "*"
echemdb-website = { path = ".", editable = true }

[tool.pixi.tasks]
doctest = "pytest -n $(nproc) --doctest-modules website"
doctest = "pytest -n auto --doctest-modules website"
doc = "mkdocs build"
preview = "mkdocs serve"
pylint = "pylint website"
Expand Down

0 comments on commit 4071eec

Please sign in to comment.