Skip to content

Commit 3ad27e9

Browse files
committed
add cryptography as a wheel
1 parent 670175f commit 3ad27e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
CIBW_MANYLINUX_X86_64_IMAGE: "quay.io/pypa/manylinux_2_34_x86_64"
4242
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
4343
CIBW_ARCHS: "native"
44-
CIBW_BEFORE_TEST: "pip install pydantic"
44+
CIBW_BEFORE_TEST: "pip install pydantic cryptography"
4545
CIBW_TEST_COMMAND: "python3 ${{github.workspace}}/example/example.py"
4646
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
4747

0 commit comments

Comments
 (0)