Skip to content

Commit

Permalink
Fix Github Actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jul 3, 2022
1 parent 9739117 commit 5b48e49
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
@@ -1,5 +1,5 @@
[build-system]
requires = ["pdm", "pdm-pep517", "pybind11<3.0.0,>=2.9.0", "wheel", "build", "twine", "setuptools"]
requires = ["pdm", "pdm-pep517", "pybind11<3.0.0,>=2.9.0", "wheel", "build", "twine", "setuptools", "pytest"]
build-backend = "pdm.pep517.api"

[tool.pdm]
Expand Down

0 comments on commit 5b48e49

Please sign in to comment.