File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,11 @@ jobs:
58
58
- name : Test wheel
59
59
shell : bash
60
60
run : |
61
- mkdir __test_wheel__
62
- cd __test_wheel__
61
+ rm -fr temporalio .test-venv
63
62
python -m venv .test-venv
64
- ./.test-venv/bin/pip install 'protobuf>=3.20' 'types-protobuf>=3.20' 'typing-extensions<5,>=4.2.0'
65
- ./.test-venv/bin/pip install --no-index --find-links=../dist temporalio
66
- ./.test-venv/bin/pip install pytest
67
- cp -r ../tests .
68
- ./.test-venv/bin/python -m pytest -k tests/test_activity_hello
69
- cd ..
70
- rm -r __test_wheel__
63
+ ./.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
64
+ ./.test-venv/bin/pip install --no-index --find-links=./distrelease temporalio
65
+ ./.test-venv/bin/python -m pytest -k test_activity_hello
71
66
72
67
# Upload dist
73
68
- uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments