Skip to content

Commit efe387e

Browse files
committed
edit path
1 parent deaeb15 commit efe387e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v4
28-
with:
29-
sparse-checkout: |
30-
example/*
31-
sparse-checkout-cone-mode: false
3228

3329
# Need to grab the SDK version for the wheel name
3430
- name: Extract SDK Version
@@ -46,7 +42,7 @@ jobs:
4642
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
4743
CIBW_ARCHS: "native"
4844
CIBW_BEFORE_TEST: "pip install pydantic"
49-
CIBW_TEST_COMMAND: "python3 example/example.py"
45+
CIBW_TEST_COMMAND: "python3 ${{github.workspace}}/example/example.py"
5046
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
5147

5248
uses: pypa/[email protected]

0 commit comments

Comments
 (0)