We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881497d commit f7a1083Copy full SHA for f7a1083
.github/workflows/wheels.yml
@@ -46,7 +46,7 @@ jobs:
46
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
47
CIBW_ARCHS: "native"
48
CIBW_BEFORE_TEST: "pip install pydantic cryptography"
49
- CIBW_TEST_COMMAND: "python ${{github.workspace}}/example/example.py"
+ CIBW_TEST_COMMAND: "python /home/runner/work/onepassword-sdk-python/onepassword-sdk-python/example/example.py"
50
MACOSX_DEPLOYMENT_TARGET: 11.0 # Required for building on macOS
51
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
52
continue-on-error: true
0 commit comments