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 5b48e49 commit 22b73b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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", "pytest"]
requires = ["pdm", "pdm-pep517", "pybind11<3.0.0,>=2.9.0", "wheel", "build", "twine", "setuptools"]
build-backend = "pdm.pep517.api"

[tool.pdm]
Expand Down Expand Up @@ -114,7 +114,7 @@ exclude = '''
[tool.cibuildwheel]
build-verbosity = 3
#test-command = "pytest {package}/tests"
test-command = "pytest -svv pyxcp/tests"
#test-command = "pytest -svv pyxcp/tests"
build = "cp3{7,8,9,10}-*"
build-frontend = "build"
[tool.cibuildwheel.linux]
Expand Down

0 comments on commit 22b73b1

Please sign in to comment.