Skip to content

Commit e27d125

Browse files
committed
Add typing-extenstion as dependency for wheel test
1 parent ac4b7a3 commit e27d125

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
4848
CIBW_ARCHS_LINUX: auto
4949
CIBW_ARCHS_MACOS: universal2
50-
CIBW_TEST_REQUIRES: pytest==9.* hypothesis==6.*
50+
CIBW_TEST_REQUIRES: pytest==9.* hypothesis==6.* typing-extension==4.*
5151
CIBW_TEST_COMMAND: "bash {project}/tools/test_wheels.sh {project}"
5252
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
5353
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014

0 commit comments

Comments
 (0)