Skip to content

Commit

Permalink
Add sudo to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo authored Feb 6, 2024
1 parent 3a22664 commit 055eec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run tests
run: |
source ./venv/bin/activate
python -m unittest ./conf/test_route_control.py
sudo python -m unittest ./conf/test_route_control.py
- name: Clean up virtual environment
run: rm -rf venv

0 comments on commit 055eec5

Please sign in to comment.