We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed4a47 commit 4578c0cCopy full SHA for 4578c0c
.github/workflows/build-binaries.yml
@@ -4,8 +4,6 @@ on:
4
branches:
5
- main
6
- "releases/*"
7
- - build-binaries-install-whl
8
-
9
permissions:
10
contents: read
11
@@ -69,9 +67,9 @@ jobs:
69
67
if [ "$RUNNER_OS" = "Windows" ]; then
70
68
bindir=Scripts
71
fi
72
- ./.venv/$bindir/pip install pytest pytest_asyncio grpcio pydantic opentelemetry-api opentelemetry-sdk python-dateutil 'openai-agents>=0.2.3,<=0.2.9' 'googleapis-common-protos==1.70.0'
+ ./.venv/$bindir/pip install pytest pytest_asyncio grpcio pydantic
73
./.venv/$bindir/pip install --prefer-binary ../dist/*.whl
74
- ./.venv/$bindir/python -m pytest -s -k test_workflow_hello
+ ./.venv/$bindir/python -m pytest -s tests/worker/test_workflow.py -k test_workflow_hello
75
76
# Upload dist
77
- uses: actions/upload-artifact@v4
0 commit comments