Skip to content

Commit bf16fa7

Browse files
committed
Revert
1 parent d70375e commit bf16fa7

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/build-binaries.yml

+4-9
Original file line numberDiff line numberDiff 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=./distrelease temporalio
65+
./.test-venv/bin/python -m pytest -k test_activity_hello
7166
7267
# Upload dist
7368
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)