File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments