Skip to content

Commit fce070e

Browse files
committed
fix name
1 parent ea0c161 commit fce070e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: echo "SDK_VERSION=$(python -c 'import version; print(version.SDK_VERSION)')" >> $GITHUB_ENV
3232

3333
- name: Make test script executable
34-
run: chmod +x ${{github.workspace}}/run_test.sh
34+
run: chmod +x ${{github.workspace}}/run_example.sh
3535

3636
- name: Build wheels
3737
env:
@@ -40,7 +40,7 @@ jobs:
4040
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
4141
CIBW_ARCHS: "native"
4242
CIBW_BEFORE_TEST: "pip install pydantic cryptography"
43-
CIBW_TEST_COMMAND: ${{github.workspace}}/run_test.sh
43+
CIBW_TEST_COMMAND: ${{github.workspace}}/run_example.sh
4444
MACOSX_DEPLOYMENT_TARGET: 11.0 # Required for building on macOS
4545
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
4646
continue-on-error: true

0 commit comments

Comments
 (0)