We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f19e0d commit 1a3e9bbCopy full SHA for 1a3e9bb
.github/workflows/wheels.yml
@@ -37,7 +37,7 @@ jobs:
37
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
38
CIBW_ARCHS: "native"
39
CIBW_BEFORE_TEST: "pip install pydantic cryptography"
40
- CIBW_TEST_COMMAND: python3 ./onepassword-sdk-python/example/example.py
+ CIBW_TEST_COMMAND: python3 ${{github.workspace}}/example/example.py
41
MACOSX_DEPLOYMENT_TARGET: 11.0 # Required for building on macOS
42
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
43
continue-on-error: true
0 commit comments