Skip to content

Commit

Permalink
Fix missing dependency in utils/build-dists.py (#2570) (#2575)
Browse files Browse the repository at this point in the history
(cherry picked from commit 783273d)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
  • Loading branch information
github-actions[bot] and pquentin committed May 29, 2024
1 parent 890b575 commit 3ea4e8a
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 3ea4e8a

Please sign in to comment.