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 deaeb15 commit efe387eCopy full SHA for efe387e
.github/workflows/wheels.yml
@@ -25,10 +25,6 @@ jobs:
25
26
steps:
27
- uses: actions/checkout@v4
28
- with:
29
- sparse-checkout: |
30
- example/*
31
- sparse-checkout-cone-mode: false
32
33
# Need to grab the SDK version for the wheel name
34
- name: Extract SDK Version
@@ -46,7 +42,7 @@ jobs:
46
42
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
47
43
CIBW_ARCHS: "native"
48
44
CIBW_BEFORE_TEST: "pip install pydantic"
49
- CIBW_TEST_COMMAND: "python3 example/example.py"
45
+ CIBW_TEST_COMMAND: "python3 ${{github.workspace}}/example/example.py"
50
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
51
52
uses: pypa/[email protected]
0 commit comments