Skip to content

Commit 8f19e0d

Browse files
committed
add python3
1 parent efc4ed4 commit 8f19e0d

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
@@ -37,7 +37,7 @@ jobs:
3737
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
3838
CIBW_ARCHS: "native"
3939
CIBW_BEFORE_TEST: "pip install pydantic cryptography"
40-
CIBW_TEST_COMMAND: python ./onepassword-sdk-python/example/example.py
40+
CIBW_TEST_COMMAND: python3 ./onepassword-sdk-python/example/example.py
4141
MACOSX_DEPLOYMENT_TARGET: 11.0 # Required for building on macOS
4242
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
4343
continue-on-error: true

0 commit comments

Comments
 (0)