Skip to content

Commit efc4ed4

Browse files
committed
fix path of test and removei nstallation of python
1 parent bacb8c7 commit efc4ed4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ jobs:
2929
# Need to grab the SDK version for the wheel name
3030
- name: Extract SDK Version
3131
run: echo "SDK_VERSION=$(python -c 'import version; print(version.SDK_VERSION)')" >> $GITHUB_ENV
32-
33-
- name: Setup Python
34-
uses: actions/setup-python@v5
35-
with:
36-
python-version: "3.12"
3732

3833
- name: Build wheels
3934
env:
@@ -42,7 +37,7 @@ jobs:
4237
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
4338
CIBW_ARCHS: "native"
4439
CIBW_BEFORE_TEST: "pip install pydantic cryptography"
45-
CIBW_TEST_COMMAND: python3 ${{github.workspace}}/example/example.py
40+
CIBW_TEST_COMMAND: python ./onepassword-sdk-python/example/example.py
4641
MACOSX_DEPLOYMENT_TARGET: 11.0 # Required for building on macOS
4742
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
4843
continue-on-error: true

0 commit comments

Comments
 (0)