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:
5858 - name : Test wheel
5959 shell : bash
6060 run : |
61- rm -fr temporalio .test-venv
61+ mkdir __test_wheel__
62+ cd __test_wheel__
63+ cp -r ../tests .
6264 python -m venv .test-venv
6365 ./.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
6668
6769 # Upload dist
6870 - uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments