Skip to content

Commit cd8b06f

Browse files
committed
update test cmd path
1 parent 16a9cb4 commit cd8b06f

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
@@ -42,7 +42,7 @@ jobs:
4242
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
4343
CIBW_ARCHS: "native"
4444
CIBW_BEFORE_TEST: "pip install pydantic"
45-
CIBW_TEST_COMMAND: "python3 example/example.py"
45+
CIBW_TEST_COMMAND: "python3 onepassword-sdk-python/example/example.py"
4646
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
4747

4848
uses: pypa/[email protected]

0 commit comments

Comments
 (0)