From f5407a1efea2cb6e983c4c49aa472ecf9b6066f7 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 29 May 2024 07:09:32 +0400 Subject: [PATCH] Fix missing dependency in utils/build-dists.py (#2570) (cherry picked from commit 783273d57f649b2e15ea565f898734f25dec45ab) --- utils/build-dists.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/build-dists.py b/utils/build-dists.py index b66869cad..a73210803 100644 --- a/utils/build-dists.py +++ b/utils/build-dists.py @@ -80,6 +80,7 @@ def test_dist(dist): "mypy", "numpy", "pandas-stubs", + "opentelemetry-api", ) run(venv_python, "-m", "pip", "install", dist)