We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5054b commit e89f5b2Copy full SHA for e89f5b2
.github/workflows/build-binaries.yml
@@ -64,7 +64,7 @@ jobs:
64
python -m venv .test-venv
65
./.test-venv/bin/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
66
./.test-venv/bin/pip install --no-index --find-links=../dist temporalio
67
- ./.test-venv/bin/python -m pytest -s -k test_activity_hello
+ ./.test-venv/bin/python -m pytest -s -k test_workflow_hello
68
69
# Upload dist
70
- uses: actions/upload-artifact@v4
0 commit comments