Skip to content

Commit

Permalink
gpio: un sudo python
Browse files Browse the repository at this point in the history
  • Loading branch information
charles37 committed Oct 30, 2024
1 parent fc22782 commit d70b433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/treadmill-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
echo "$JSON_TEST_ARRAY" | jq -r -c '.[]' | while read TEST; do
echo "===== RUNNING TEST $TEST ====="
sudo python3 core/main.py --board boards/nrf52dk.py --test "$TEST" || echo "===== Test failed! ====="
python3 core/main.py --board boards/nrf52dk.py --test "$TEST" || echo "===== Test failed! ====="
done
- name: Request shutdown after successful job completion
run: |
Expand Down

0 comments on commit d70b433

Please sign in to comment.