We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e21f2 commit ec4557fCopy full SHA for ec4557f
.github/workflows/build-binaries.yml
@@ -68,7 +68,7 @@ jobs:
68
fi
69
./.venv/$bindir/pip install 'protobuf>=3.20' 'types-protobuf>=3.20' 'typing-extensions<5,>=4.2.0' pytest pytest_asyncio grpcio pydantic opentelemetry-api opentelemetry-sdk python-dateutil
70
./.venv/$bindir/pip install --no-index --find-links=../dist temporalio
71
- ./.venv/$bindir/python -m pytest
+ ./.venv/$bindir/python -m pytest -s -k test_workflow_hello
72
73
# Upload dist
74
- uses: actions/upload-artifact@v4
0 commit comments