Skip to content

Commit

Permalink
test_workflow_hello
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Feb 19, 2025
1 parent db5054b commit e89f5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
python -m venv .test-venv
./.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
./.test-venv/bin/pip install --no-index --find-links=../dist temporalio
./.test-venv/bin/python -m pytest -s -k test_activity_hello
./.test-venv/bin/python -m pytest -s -k test_workflow_hello
# Upload dist
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e89f5b2

Please sign in to comment.