Skip to content

Commit

Permalink
rm sudo command
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou committed Jan 10, 2025
1 parent 0c722a3 commit 61d5779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run Unit Tests
run: |
source venv/bin/activate
sudo python -m unittest
python -m unittest
test-build-pypi:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 61d5779

Please sign in to comment.