Skip to content

Commit f5ba670

Browse files
committed
Remove "Disable ptrace security restrictions"
Copied from another project, most likely not needed here.
1 parent 5075578 commit f5ba670

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tests.yml

-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ jobs:
7373
- uses: docker/setup-qemu-action@v3
7474
if: runner.os == 'Linux'
7575
name: Set up QEMU
76-
- name: Disable ptrace security restrictions
77-
run: |
78-
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
7976
- name: Build wheels
8077
uses: pypa/[email protected]
8178
env:

0 commit comments

Comments
 (0)