We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93a8b5 commit 4f3e320Copy full SHA for 4f3e320
.github/workflows/build-binaries.yml
@@ -4,6 +4,7 @@ on:
4
branches:
5
- main
6
- "releases/*"
7
+ - build_binaries_otel
8
permissions:
9
contents: read
10
@@ -67,7 +68,7 @@ jobs:
67
68
if [ "$RUNNER_OS" = "Windows" ]; then
69
bindir=Scripts
70
fi
- ./.venv/$bindir/pip install pytest pytest_asyncio grpcio pydantic
71
+ ./.venv/$bindir/pip install pytest pytest_asyncio grpcio pydantic opentelemetry-api opentelemetry-sdk
72
./.venv/$bindir/pip install --prefer-binary ../dist/*.whl
73
./.venv/$bindir/python -m pytest -s tests/worker/test_workflow.py -k test_workflow_hello
74
0 commit comments