Skip to content

Commit

Permalink
Use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfaulkner12 committed Aug 21, 2023
1 parent a183a7b commit 41f8ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
python-version: 3.11
- name: Install aspell for pyspelling
run: apt-get install -y aspell
run: sudo apt-get install -y aspell
- name: Upgrade pip
run: pip install --upgrade pip
- name: Install packages
Expand Down

0 comments on commit 41f8ba6

Please sign in to comment.