We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39c915 commit 7877e11Copy full SHA for 7877e11
2 files changed
.github/workflows/github-actions.yml
@@ -1222,6 +1222,7 @@ jobs:
1222
CIBW_ARCHS: '${{ matrix.cibw_arch }}'
1223
CIBW_BUILD: '${{ matrix.cibw_build }}'
1224
CIBW_FREE_THREADED_SUPPORT: '${{ matrix.cibw_ft }}'
1225
+ CIBW_CONTAINER_ENGINE: "docker; create_args: --cap-add=SYS_PTRACE"
1226
CIBW_BUILD_VERBOSITY: '3'
1227
CIBW_TEST_REQUIRES: >
1228
tox
ci/templates/.github/workflows/github-actions.yml
@@ -96,6 +96,7 @@ jobs:
96
CIBW_ARCHS: '{{ '${{ matrix.cibw_arch }}' }}'
97
CIBW_BUILD: '{{ '${{ matrix.cibw_build }}' }}'
98
CIBW_FREE_THREADED_SUPPORT: '{{ '${{ matrix.cibw_ft }}' }}'
99
100
101
102
0 commit comments