Skip to content

Commit

Permalink
Remove "Disable ptrace security restrictions"
Browse files Browse the repository at this point in the history
Copied from another project, most likely not needed here.
  • Loading branch information
millerdev committed Feb 22, 2025
1 parent 5075578 commit f5ba670
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ jobs:
- uses: docker/setup-qemu-action@v3
if: runner.os == 'Linux'
name: Set up QEMU
- name: Disable ptrace security restrictions
run: |
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
- name: Build wheels
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit f5ba670

Please sign in to comment.