Skip to content

Commit 028d32b

Browse files
committed
fix test command
1 parent 8bba2eb commit 028d32b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ jobs:
3737
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
3838
CIBW_ARCHS: "native"
3939
CIBW_BEFORE_TEST: "pip install pydantic cryptography"
40-
CIBW_TEST_COMMAND: |
41-
cd ${{github.workspace}}
42-
ls
43-
python example/example.py
40+
CIBW_TEST_COMMAND: "python {project}/example/example.py"
4441
MACOSX_DEPLOYMENT_TARGET: 11.0 # Required for building on macOS
4542
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
4643
continue-on-error: true

0 commit comments

Comments
 (0)