We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee26153 commit e39c915Copy full SHA for e39c915
2 files changed
.github/workflows/github-actions.yml
@@ -1213,6 +1213,7 @@ jobs:
1213
!matrix.cibw_build && matrix.os == 'ubuntu'
1214
run: >
1215
sudo apt-get install gdb
1216
+ echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
1217
- name: cibw build and test
1218
if: matrix.cibw_build
1219
run: cibuildwheel
ci/templates/.github/workflows/github-actions.yml
@@ -87,6 +87,7 @@ jobs:
87
88
89
90
91
92
93
0 commit comments