We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70841a0 commit ef805c3Copy full SHA for ef805c3
.github/workflows/build-binaries.yml
@@ -63,6 +63,7 @@ jobs:
63
./.test-venv/bin/pip install 'protobuf>=3.20' 'types-protobuf>=3.20' 'typing-extensions<5,>=4.2.0'
64
./.test-venv/bin/pip install --no-index --find-links=../dist temporalio
65
./.test-venv/bin/pip install pytest
66
+ cp -r ../tests .
67
./.test-venv/bin/python -m pytest -k tests/test_activity_hello
68
cd ..
69
rm -r __test_wheel__
0 commit comments