Skip to content

Commit f7b1d8c

Browse files
committed
install python dep for source distro
1 parent 1a487ca commit f7b1d8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
run: echo "SDK_VERSION=$(python -c 'import version; print(version.SDK_VERSION)')" >> $GITHUB_ENV
5555

5656
- uses: actions/checkout@v4
57+
- name: Install dependencies
58+
run: pip install build pydantic pytest pytest-asyncio
5759

5860
- name: Build source distribution
5961
run: python -m build --sdist

0 commit comments

Comments
 (0)