Skip to content

Commit 4f3e320

Browse files
authored
Otel is now needed for conftest.py (#1426)
* Otel is now needed for conftest.py * Add branch for testing
1 parent f93a8b5 commit 4f3e320

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-binaries.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- main
66
- "releases/*"
7+
- build_binaries_otel
78
permissions:
89
contents: read
910

@@ -67,7 +68,7 @@ jobs:
6768
if [ "$RUNNER_OS" = "Windows" ]; then
6869
bindir=Scripts
6970
fi
70-
./.venv/$bindir/pip install pytest pytest_asyncio grpcio pydantic
71+
./.venv/$bindir/pip install pytest pytest_asyncio grpcio pydantic opentelemetry-api opentelemetry-sdk
7172
./.venv/$bindir/pip install --prefer-binary ../dist/*.whl
7273
./.venv/$bindir/python -m pytest -s tests/worker/test_workflow.py -k test_workflow_hello
7374

0 commit comments

Comments
 (0)