File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,11 @@ jobs:
5858 - name : Test wheel
5959 shell : bash
6060 run : |
61- mkdir __test_wheel__
62- cd __test_wheel__
61+ rm -fr temporalio .test-venv
6362 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=./dist temporalio
65+ ./.test-venv/bin/python -m pytest -k test_activity_hello
7166
7267 # Upload dist
7368 - uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments