Skip to content

Commit

Permalink
CI: add build dev dependency
Browse files Browse the repository at this point in the history
This should fix the release pipeline which calls `python -m build`
  • Loading branch information
zsol committed May 23, 2023
1 parent 654b14f commit 858dd3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies = [
dev = [
"black==23.1.0",
"coverage>=4.5.4",
"build>=0.10.0",
"fixit==0.1.1",
"flake8>=3.7.8,<5",
"Sphinx>=5.1.1",
Expand Down

0 comments on commit 858dd3d

Please sign in to comment.