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 16a9cb4 commit cd8b06fCopy full SHA for cd8b06f
.github/workflows/wheels.yml
@@ -42,7 +42,7 @@ jobs:
42
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
43
CIBW_ARCHS: "native"
44
CIBW_BEFORE_TEST: "pip install pydantic"
45
- CIBW_TEST_COMMAND: "python3 example/example.py"
+ CIBW_TEST_COMMAND: "python3 onepassword-sdk-python/example/example.py"
46
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
47
48
uses: pypa/[email protected]
0 commit comments