Skip to content

Commit

Permalink
Fix missing dependency in utils/build-dists.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed May 24, 2024
1 parent 7c9ec88 commit c4704eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/build-dists.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def test_dist(dist):
"mypy",
"numpy",
"pandas-stubs",
"opentelemetry-api",
)
run(venv_python, "-m", "pip", "install", dist)

Expand Down

0 comments on commit c4704eb

Please sign in to comment.