Skip to content

Commit

Permalink
removed sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Sulla committed Jun 12, 2024
1 parent ca2a1c4 commit c000610
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_secondary_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
CIBW_SKIP: "*-musllinux_*"
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: >
sudo mkdir /cores &&
sudo chmod 777 /cores &&
sudo bash -c 'echo "/cores/%e.%p.%t" > /proc/sys/kernel/core_pattern' &&
mkdir /cores &&
chmod 777 /cores &&
echo "/cores/%e.%p.%t" > /proc/sys/kernel/core_pattern &&
ulimit -c unlimited &&
python -X faulthandler {package}/test/debug.py &&
python -X faulthandler -m pytest -p no:faulthandler -s {package}
Expand Down

0 comments on commit c000610

Please sign in to comment.