Skip to content

Commit

Permalink
Added sudo to apt-get calls in unit-testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akenion committed Sep 27, 2024
1 parent 3c10948 commit 364a443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: apt-get update && apt-get install -y python3-mysql.connector python3-requests
- run: sudo apt-get update && sudo apt-get install -y python3-mysql.connector python3-requests
- run: python3 -m unittest

0 comments on commit 364a443

Please sign in to comment.