Skip to content

Commit 783273d

Browse files
authored
Fix missing dependency in utils/build-dists.py (#2570)
1 parent e91092e commit 783273d

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)