Skip to content

Commit f5407a1

Browse files
pquentingithub-actions[bot]
authored andcommitted
Fix missing dependency in utils/build-dists.py (#2570)
(cherry picked from commit 783273d)
1 parent 890b575 commit f5407a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-dists.py

Lines changed: 1 addition & 0 deletions
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)