Skip to content

Commit f7a1083

Browse files
committed
try hardcoded path
1 parent 881497d commit f7a1083

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
@@ -46,7 +46,7 @@ jobs:
4646
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
4747
CIBW_ARCHS: "native"
4848
CIBW_BEFORE_TEST: "pip install pydantic cryptography"
49-
CIBW_TEST_COMMAND: "python ${{github.workspace}}/example/example.py"
49+
CIBW_TEST_COMMAND: "python /home/runner/work/onepassword-sdk-python/onepassword-sdk-python/example/example.py"
5050
MACOSX_DEPLOYMENT_TARGET: 11.0 # Required for building on macOS
5151
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
5252
continue-on-error: true

0 commit comments

Comments
 (0)