Skip to content

Commit d7262fd

Browse files
Continue CI testing
1 parent 0e40396 commit d7262fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Build Wheel
9494
run: cibuildwheel --output-dir dist
9595
env:
96-
CIBW_BUILD: ${{ matrix.python }}*64 ${{ matrix.python }}-manylinux_aarch64
96+
CIBW_BUILD: ${{ matrix.python }}-manylinux_aarch64
9797
CIBW_TEST_EXTRAS: dev
9898
CIBW_TEST_COMMAND: pytest {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}
9999
# Run with faulthandler and -s in the hope we get a stack trace on seg fault on windows...

0 commit comments

Comments
 (0)