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