We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bba2eb commit 028d32bCopy full SHA for 028d32b
.github/workflows/wheels.yml
@@ -37,10 +37,7 @@ jobs:
37
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
38
CIBW_ARCHS: "native"
39
CIBW_BEFORE_TEST: "pip install pydantic cryptography"
40
- CIBW_TEST_COMMAND: |
41
- cd ${{github.workspace}}
42
- ls
43
- python example/example.py
+ CIBW_TEST_COMMAND: "python {project}/example/example.py"
44
MACOSX_DEPLOYMENT_TARGET: 11.0 # Required for building on macOS
45
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
46
continue-on-error: true
0 commit comments