Skip to content

Commit 6afb6cb

Browse files
Fix missing dependency in utils/build-dists.py (#2570) (#2576)
(cherry picked from commit 783273d) Co-authored-by: Quentin Pradet <[email protected]>
1 parent a246be3 commit 6afb6cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: utils/build-dists.py

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def test_dist(dist):
8080
"mypy",
8181
"numpy",
8282
"pandas-stubs",
83+
"opentelemetry-api",
8384
)
8485
run(venv_python, "-m", "pip", "install", dist)
8586

0 commit comments

Comments
 (0)