Skip to content

Commit

Permalink
Revert "Run entire test suite"
Browse files Browse the repository at this point in the history
This reverts commit 40e21f2.
  • Loading branch information
dandavison committed Feb 19, 2025
1 parent 40e21f2 commit ec4557f
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 @@ -68,7 +68,7 @@ jobs:
fi
./.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
./.venv/$bindir/pip install --no-index --find-links=../dist temporalio
./.venv/$bindir/python -m pytest
./.venv/$bindir/python -m pytest -s -k test_workflow_hello
# Upload dist
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ec4557f

Please sign in to comment.